Html Css Color HEX #9562AE Ce Soir

📋 copy color: '#9562AE'

red 149 ◦ green 98 ◦ blue 174

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

Shades of Ce Soir #9562AE

Tints of Ce Soir #9562AE

RGB

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

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

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

R = 35.39%
G = 23.28%
B = 41.33%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9562AE (or 0x9562AE) is known color: Ce Soir. HEX triplet: 95, 62 and AE. RGB value is (149,98,174). Sum of RGB (Red+Green+Blue) = 149+98+174=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #9562AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9562AE is #6A9D51. Grayscale: #797979. Windows color (decimal): -6987090 or 11428501. OLE color: 11428501.

HSL color Cylindrical-coordinate representation of color #9562AE: hue angle of 280.26º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9562AE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 98 174 -
CMYK 0.14 0.44 0 0.32
HSL 280.26º 0.32% 0.53% -
HSV(B) 280.26º 0.44% 0.68% -
XYZ 24.4 18.18 42.27 -
YUV 121.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 149 98 174 0.14 0.44 0 0.32 280.26 0.32 0.53
Hex 95 62 AE E 2C 0 20 118 20 35
Octal 225 142 256 16 54 0 40 430 40 65
Binary 10010101 1100010 10101110 1110 101100 0 100000 100011000 100000 110101

Color Harmonies of #9562AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562AE

Black with #9562AE

Text Example


Text Example

White with #9562AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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