Html Css Color HEX #9E6BAA Ce Soir

📋 copy color: '#9E6BAA'

red 158 ◦ green 107 ◦ blue 170

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

Shades of Ce Soir #9E6BAA

Tints of Ce Soir #9E6BAA

RGB

 RED value IS 158 (62.11% from 255) = 36.32%

 GREEN value IS 107 (42.19% from 255) = 24.6%

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

R = 36.32%
G = 24.6%
B = 39.08%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E6BAA (or 0x9E6BAA) is known color: Ce Soir. HEX triplet: 9E, 6B and AA. RGB value is (158,107,170). Sum of RGB (Red+Green+Blue) = 158+107+170=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6BAA is #619455. Grayscale: #818181. Windows color (decimal): -6394966 or 11168670. OLE color: 11168670.

HSL color Cylindrical-coordinate representation of color #9E6BAA: hue angle of 288.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6BAA is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 107 170 -
CMYK 0.07 0.37 0 0.33
HSL 288.57º 0.27% 0.54% -
HSV(B) 288.57º 0.37% 0.67% -
XYZ 26.61 20.69 40.62 -
YUV 129.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 158 107 170 0.07 0.37 0 0.33 288.57 0.27 0.54
Hex 9E 6B AA 7 25 0 21 121 1B 36
Octal 236 153 252 7 45 0 41 441 33 66
Binary 10011110 1101011 10101010 111 100101 0 100001 100100001 11011 110110

Color Harmonies of #9E6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6BAA

Black with #9E6BAA

Text Example


Text Example

White with #9E6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6BAA; }

 p { color: rgb(158,107,170); }

 H1.HeaderClassName
 {
   color: #9E6BAA;
 }
 .AnyTagClassName
 {
   color: #9E6BAA;
 }
</style>

background-color css

<style>
 a { background-color: #9E6BAA; }

 a { background-color: rgb(158,107,170); }

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

border-color css

<style>
 span { border-color: #9E6BAA; }

 span { border-color: rgb(158,107,170); }

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