Html Css Color HEX #9A6EAA Ce Soir

📋 copy color: '#9A6EAA'

red 154 ◦ green 110 ◦ blue 170

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

Shades of Ce Soir #9A6EAA

Tints of Ce Soir #9A6EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 35.48%
G = 25.35%
B = 39.17%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A6EAA (or 0x9A6EAA) is known color: Ce Soir. HEX triplet: 9A, 6E and AA. RGB value is (154,110,170). Sum of RGB (Red+Green+Blue) = 154+110+170=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6EAA is #659155. Grayscale: #818181. Windows color (decimal): -6656342 or 11169434. OLE color: 11169434.

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

Color convert

RGB 154 110 170 -
CMYK 0.09 0.35 0 0.33
HSL 284º 0.26% 0.55% -
HSV(B) 284º 0.35% 0.67% -
XYZ 26.16 20.92 40.69 -
YUV 130 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 154 110 170 0.09 0.35 0 0.33 284 0.26 0.55
Hex 9A 6E AA 9 23 0 21 11C 1A 37
Octal 232 156 252 11 43 0 41 434 32 67
Binary 10011010 1101110 10101010 1001 100011 0 100001 100011100 11010 110111

Color Harmonies of #9A6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6EAA

Black with #9A6EAA

Text Example


Text Example

White with #9A6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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