Html Css Color HEX #9A6EAB Ce Soir

📋 copy color: '#9A6EAB'

red 154 ◦ green 110 ◦ blue 171

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

Shades of Ce Soir #9A6EAB

Tints of Ce Soir #9A6EAB

RGB

 RED value IS 154 (60.55% from 255) = 35.4%

 GREEN value IS 110 (43.36% from 255) = 25.29%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 35.4%
G = 25.29%
B = 39.31%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A6EAB (or 0x9A6EAB) is known color: Ce Soir. HEX triplet: 9A, 6E and AB. RGB value is (154,110,171). Sum of RGB (Red+Green+Blue) = 154+110+171=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A6EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6EAB is #659154. Grayscale: #818181. Windows color (decimal): -6656341 or 11234970. OLE color: 11234970.

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

Color convert

RGB 154 110 171 -
CMYK 0.10 0.36 0 0.33
HSL 283.28º 0.27% 0.55% -
HSV(B) 283.28º 0.36% 0.67% -
XYZ 26.25 20.96 41.19 -
YUV 130.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 154 110 171 0.10 0.36 0 0.33 283.28 0.27 0.55
Hex 9A 6E AB A 24 0 21 11B 1B 37
Octal 232 156 253 12 44 0 41 433 33 67
Binary 10011010 1101110 10101011 1010 100100 0 100001 100011011 11011 110111

Color Harmonies of #9A6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6EAB

Black with #9A6EAB

Text Example


Text Example

White with #9A6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,110,171); }

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

background-color css

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

 a { background-color: rgb(154,110,171); }

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

border-color css

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

 span { border-color: rgb(154,110,171); }

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