Html Css Color HEX #9A6EAE Ce Soir

📋 copy color: '#9A6EAE'

red 154 ◦ green 110 ◦ blue 174

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

Shades of Ce Soir #9A6EAE

Tints of Ce Soir #9A6EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 35.16%
G = 25.11%
B = 39.73%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A6EAE (or 0x9A6EAE) is known color: Ce Soir. HEX triplet: 9A, 6E and AE. RGB value is (154,110,174). Sum of RGB (Red+Green+Blue) = 154+110+174=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6EAE is #659151. Grayscale: #828282. Windows color (decimal): -6656338 or 11431578. OLE color: 11431578.

HSL color Cylindrical-coordinate representation of color #9A6EAE: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A6EAE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 110 174 -
CMYK 0.11 0.37 0 0.32
HSL 281.25º 0.28% 0.56% -
HSV(B) 281.25º 0.37% 0.68% -
XYZ 26.54 21.08 42.71 -
YUV 130.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 154 110 174 0.11 0.37 0 0.32 281.25 0.28 0.56
Hex 9A 6E AE B 25 0 20 119 1C 38
Octal 232 156 256 13 45 0 40 431 34 70
Binary 10011010 1101110 10101110 1011 100101 0 100000 100011001 11100 111000

Color Harmonies of #9A6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6EAE

Black with #9A6EAE

Text Example


Text Example

White with #9A6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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