Html Css Color HEX #9562AA Ce Soir

📋 copy color: '#9562AA'

red 149 ◦ green 98 ◦ blue 170

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

Shades of Ce Soir #9562AA

Tints of Ce Soir #9562AA

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 35.73%
G = 23.5%
B = 40.77%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9562AA (or 0x9562AA) is known color: Ce Soir. HEX triplet: 95, 62 and AA. RGB value is (149,98,170). Sum of RGB (Red+Green+Blue) = 149+98+170=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9562AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9562AA is #6A9D55. Grayscale: #797979. Windows color (decimal): -6987094 or 11166357. OLE color: 11166357.

HSL color Cylindrical-coordinate representation of color #9562AA: hue angle of 282.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9562AA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 98 170 -
CMYK 0.12 0.42 0 0.33
HSL 282.5º 0.3% 0.53% -
HSV(B) 282.5º 0.42% 0.67% -
XYZ 24.02 18.03 40.24 -
YUV 121.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 149 98 170 0.12 0.42 0 0.33 282.5 0.3 0.53
Hex 95 62 AA C 2A 0 21 11A 1E 35
Octal 225 142 252 14 52 0 41 432 36 65
Binary 10010101 1100010 10101010 1100 101010 0 100001 100011010 11110 110101

Color Harmonies of #9562AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562AA

Black with #9562AA

Text Example


Text Example

White with #9562AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9562AA; }

 p { color: rgb(149,98,170); }

 H1.HeaderClassName
 {
   color: #9562AA;
 }
 .AnyTagClassName
 {
   color: #9562AA;
 }
</style>

background-color css

<style>
 a { background-color: #9562AA; }

 a { background-color: rgb(149,98,170); }

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

border-color css

<style>
 span { border-color: #9562AA; }

 span { border-color: rgb(149,98,170); }

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