Html Css Color HEX #9E6CB6 Ce Soir

📋 copy color: '#9E6CB6'

red 158 ◦ green 108 ◦ blue 182

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

Shades of Ce Soir #9E6CB6

Tints of Ce Soir #9E6CB6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 182 (71.48% from 255) = 40.63%

R = 35.27%
G = 24.11%
B = 40.63%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E6CB6 (or 0x9E6CB6) is known color: Ce Soir. HEX triplet: 9E, 6C and B6. RGB value is (158,108,182). Sum of RGB (Red+Green+Blue) = 158+108+182=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E6CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6CB6 is #619349. Grayscale: #838383. Windows color (decimal): -6394698 or 11955358. OLE color: 11955358.

HSL color Cylindrical-coordinate representation of color #9E6CB6: hue angle of 280.54º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E6CB6 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 108 182 -
CMYK 0.13 0.41 0 0.29
HSL 280.54º 0.34% 0.57% -
HSV(B) 280.54º 0.41% 0.71% -
XYZ 27.91 21.37 46.91 -
YUV 131.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 158 108 182 0.13 0.41 0 0.29 280.54 0.34 0.57
Hex 9E 6C B6 D 29 0 1D 119 22 39
Octal 236 154 266 15 51 0 35 431 42 71
Binary 10011110 1101100 10110110 1101 101001 0 11101 100011001 100010 111001

Color Harmonies of #9E6CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6CB6

Black with #9E6CB6

Text Example


Text Example

White with #9E6CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,108,182); }

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

background-color css

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

 a { background-color: rgb(158,108,182); }

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

border-color css

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

 span { border-color: rgb(158,108,182); }

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