Html Css Color HEX #9675AC Ce Soir

📋 copy color: '#9675AC'

red 150 ◦ green 117 ◦ blue 172

#9675AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9675AC

Tints of Ce Soir #9675AC

RGB

 RED value IS 150 (58.98% from 255) = 34.17%

 GREEN value IS 117 (46.09% from 255) = 26.65%

 BLUE value IS 172 (67.58% from 255) = 39.18%

R = 34.17%
G = 26.65%
B = 39.18%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9675AC (or 0x9675AC) is known color: Ce Soir. HEX triplet: 96, 75 and AC. RGB value is (150,117,172). Sum of RGB (Red+Green+Blue) = 150+117+172=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #9675AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9675AC is #698A53. Grayscale: #848484. Windows color (decimal): -6916692 or 11302294. OLE color: 11302294.

HSL color Cylindrical-coordinate representation of color #9675AC: hue angle of 276º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9675AC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 117 172 -
CMYK 0.13 0.32 0 0.33
HSL 276º 0.25% 0.57% -
HSV(B) 276º 0.32% 0.67% -
XYZ 26.39 22.19 41.92 -
YUV 133.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 150 117 172 0.13 0.32 0 0.33 276 0.25 0.57
Hex 96 75 AC D 20 0 21 114 19 39
Octal 226 165 254 15 40 0 41 424 31 71
Binary 10010110 1110101 10101100 1101 100000 0 100001 100010100 11001 111001

Color Harmonies of #9675AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675AC

Black with #9675AC

Text Example


Text Example

White with #9675AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9675AC; }

 p { color: rgb(150,117,172); }

 H1.HeaderClassName
 {
   color: #9675AC;
 }
 .AnyTagClassName
 {
   color: #9675AC;
 }
</style>

background-color css

<style>
 a { background-color: #9675AC; }

 a { background-color: rgb(150,117,172); }

 div.DivClassName
 {
   background-color: #9675AC;
 }
 .BgClassName
 {
   background-color: #9675AC;
 }
</style>

border-color css

<style>
 span { border-color: #9675AC; }

 span { border-color: rgb(150,117,172); }

 td.TdClassName
 {
   border-color: #9675AC;
 }
 .TagClassName
 {
   border-color: #9675AC;
 }
</style>