Html Css Color HEX #9570AD Ce Soir

📋 copy color: '#9570AD'

red 149 ◦ green 112 ◦ blue 173

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

Shades of Ce Soir #9570AD

Tints of Ce Soir #9570AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 34.33%
G = 25.81%
B = 39.86%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9570AD (or 0x9570AD) is known color: Ce Soir. HEX triplet: 95, 70 and AD. RGB value is (149,112,173). Sum of RGB (Red+Green+Blue) = 149+112+173=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #9570AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570AD is #6A8F52. Grayscale: #818181. Windows color (decimal): -6983507 or 11366549. OLE color: 11366549.

HSL color Cylindrical-coordinate representation of color #9570AD: hue angle of 276.39º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9570AD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 112 173 -
CMYK 0.14 0.35 0 0.32
HSL 276.39º 0.27% 0.56% -
HSV(B) 276.39º 0.35% 0.68% -
XYZ 25.73 21 42.23 -
YUV 130.02 152.26 141.54 -
System Red Green Blue C M Y K H S L
Decimal 149 112 173 0.14 0.35 0 0.32 276.39 0.27 0.56
Hex 95 70 AD E 23 0 20 114 1B 38
Octal 225 160 255 16 43 0 40 424 33 70
Binary 10010101 1110000 10101101 1110 100011 0 100000 100010100 11011 111000

Color Harmonies of #9570AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9570AD

Black with #9570AD

Text Example


Text Example

White with #9570AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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