Html Css Color HEX #9562AF Ce Soir

📋 copy color: '#9562AF'

red 149 ◦ green 98 ◦ blue 175

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

Shades of Ce Soir #9562AF

Tints of Ce Soir #9562AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 35.31%
G = 23.22%
B = 41.47%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9562AF (or 0x9562AF) is known color: Ce Soir. HEX triplet: 95, 62 and AF. RGB value is (149,98,175). Sum of RGB (Red+Green+Blue) = 149+98+175=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9562AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9562AF is #6A9D50. Grayscale: #797979. Windows color (decimal): -6987089 or 11494037. OLE color: 11494037.

HSL color Cylindrical-coordinate representation of color #9562AF: hue angle of 279.74º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9562AF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 98 175 -
CMYK 0.15 0.44 0 0.31
HSL 279.74º 0.32% 0.54% -
HSV(B) 279.74º 0.44% 0.69% -
XYZ 24.5 18.22 42.78 -
YUV 122.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 149 98 175 0.15 0.44 0 0.31 279.74 0.32 0.54
Hex 95 62 AF F 2C 0 1F 118 20 36
Octal 225 142 257 17 54 0 37 430 40 66
Binary 10010101 1100010 10101111 1111 101100 0 11111 100011000 100000 110110

Color Harmonies of #9562AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562AF

Black with #9562AF

Text Example


Text Example

White with #9562AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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