Html Css Color HEX #9570A1 Ce Soir

📋 copy color: '#9570A1'

red 149 ◦ green 112 ◦ blue 161

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

Shades of Ce Soir #9570A1

Tints of Ce Soir #9570A1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.54%

 BLUE value IS 161 (63.28% from 255) = 38.15%

R = 35.31%
G = 26.54%
B = 38.15%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9570A1 (or 0x9570A1) is known color: Ce Soir. HEX triplet: 95, 70 and A1. RGB value is (149,112,161). Sum of RGB (Red+Green+Blue) = 149+112+161=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 161 - color contains mainly: blue. Hex color #9570A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570A1 is #6A8F5E. Grayscale: #808080. Windows color (decimal): -6983519 or 10580117. OLE color: 10580117.

HSL color Cylindrical-coordinate representation of color #9570A1: hue angle of 285.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9570A1 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 112 161 -
CMYK 0.07 0.30 0 0.37
HSL 285.31º 0.21% 0.54% -
HSV(B) 285.31º 0.3% 0.63% -
XYZ 24.62 20.55 36.39 -
YUV 128.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 149 112 161 0.07 0.30 0 0.37 285.31 0.21 0.54
Hex 95 70 A1 7 1E 0 25 11D 15 36
Octal 225 160 241 7 36 0 45 435 25 66
Binary 10010101 1110000 10100001 111 11110 0 100101 100011101 10101 110110

Color Harmonies of #9570A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570A1

Black with #9570A1

Text Example


Text Example

White with #9570A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9570A1; }

 p { color: rgb(149,112,161); }

 H1.HeaderClassName
 {
   color: #9570A1;
 }
 .AnyTagClassName
 {
   color: #9570A1;
 }
</style>

background-color css

<style>
 a { background-color: #9570A1; }

 a { background-color: rgb(149,112,161); }

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

border-color css

<style>
 span { border-color: #9570A1; }

 span { border-color: rgb(149,112,161); }

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