Html Css Color HEX #9675AA Ce Soir

📋 copy color: '#9675AA'

red 150 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #9675AA

Tints of Ce Soir #9675AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.9%

R = 34.32%
G = 26.77%
B = 38.9%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9675AA (or 0x9675AA) is known color: Ce Soir. HEX triplet: 96, 75 and AA. RGB value is (150,117,170). Sum of RGB (Red+Green+Blue) = 150+117+170=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #9675AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9675AA is #698A55. Grayscale: #848484. Windows color (decimal): -6916694 or 11171222. OLE color: 11171222.

HSL color Cylindrical-coordinate representation of color #9675AA: hue angle of 277.36º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9675AA is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 117 170 -
CMYK 0.12 0.31 0 0.33
HSL 277.36º 0.24% 0.56% -
HSV(B) 277.36º 0.31% 0.67% -
XYZ 26.19 22.11 40.92 -
YUV 132.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 150 117 170 0.12 0.31 0 0.33 277.36 0.24 0.56
Hex 96 75 AA C 1F 0 21 115 18 38
Octal 226 165 252 14 37 0 41 425 30 70
Binary 10010110 1110101 10101010 1100 11111 0 100001 100010101 11000 111000

Color Harmonies of #9675AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675AA

Black with #9675AA

Text Example


Text Example

White with #9675AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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