Html Css Color HEX #9A6EAC Ce Soir

📋 copy color: '#9A6EAC'

red 154 ◦ green 110 ◦ blue 172

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

Shades of Ce Soir #9A6EAC

Tints of Ce Soir #9A6EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 35.32%
G = 25.23%
B = 39.45%

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

#9A6EAC (or 0x9A6EAC) is known color: Ce Soir. HEX triplet: 9A, 6E and AC. RGB value is (154,110,172). Sum of RGB (Red+Green+Blue) = 154+110+172=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A6EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6EAC is #659153. Grayscale: #828282. Windows color (decimal): -6656340 or 11300506. OLE color: 11300506.

HSL color Cylindrical-coordinate representation of color #9A6EAC: hue angle of 282.58º 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 #9A6EAC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 110 172 -
CMYK 0.10 0.36 0 0.33
HSL 282.58º 0.27% 0.55% -
HSV(B) 282.58º 0.36% 0.67% -
XYZ 26.35 21 41.69 -
YUV 130.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 154 110 172 0.10 0.36 0 0.33 282.58 0.27 0.55
Hex 9A 6E AC A 24 0 21 11B 1B 37
Octal 232 156 254 12 44 0 41 433 33 67
Binary 10011010 1101110 10101100 1010 100100 0 100001 100011011 11011 110111

Color Harmonies of #9A6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6EAC

Black with #9A6EAC

Text Example


Text Example

White with #9A6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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