Html Css Color HEX #9E6AB6 Ce Soir

📋 copy color: '#9E6AB6'

red 158 ◦ green 106 ◦ blue 182

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

Shades of Ce Soir #9E6AB6

Tints of Ce Soir #9E6AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

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

R = 35.43%
G = 23.77%
B = 40.81%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E6AB6 (or 0x9E6AB6) is known color: Ce Soir. HEX triplet: 9E, 6A and B6. RGB value is (158,106,182). Sum of RGB (Red+Green+Blue) = 158+106+182=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E6AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6AB6 is #619549. Grayscale: #818181. Windows color (decimal): -6395210 or 11954846. OLE color: 11954846.

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

Color convert

RGB 158 106 182 -
CMYK 0.13 0.42 0 0.29
HSL 281.05º 0.34% 0.56% -
HSV(B) 281.05º 0.42% 0.71% -
XYZ 27.7 20.95 46.84 -
YUV 130.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 158 106 182 0.13 0.42 0 0.29 281.05 0.34 0.56
Hex 9E 6A B6 D 2A 0 1D 119 22 38
Octal 236 152 266 15 52 0 35 431 42 70
Binary 10011110 1101010 10110110 1101 101010 0 11101 100011001 100010 111000

Color Harmonies of #9E6AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6AB6

Black with #9E6AB6

Text Example


Text Example

White with #9E6AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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