Html Css Color HEX #953570 Dark Purple

📋 copy color: '#953570'

red 149 ◦ green 53 ◦ blue 112

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

Shades of Dark Purple #953570

Tints of Dark Purple #953570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 47.45%
G = 16.88%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#953570 (or 0x953570) is known color: Dark Purple. HEX triplet: 95, 35 and 70. RGB value is (149,53,112). Sum of RGB (Red+Green+Blue) = 149+53+112=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #953570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953570 is #6ACA8F. Grayscale: #585858. Windows color (decimal): -6998672 or 7353749. OLE color: 7353749.

HSL color Cylindrical-coordinate representation of color #953570: hue angle of 323.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953570 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 53 112 -
CMYK 0 0.64 0.25 0.42
HSL 323.13º 0.48% 0.4% -
HSV(B) 323.13º 0.64% 0.58% -
XYZ 16.59 10.11 16.41 -
YUV 88.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 149 53 112 0 0.64 0.25 0.42 323.13 0.48 0.4
Hex 95 35 70 0 40 19 2A 143 30 28
Octal 225 65 160 0 100 31 52 503 60 50
Binary 10010101 110101 1110000 0 1000000 11001 101010 101000011 110000 101000

Color Harmonies of #953570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953570

Black with #953570

Text Example


Text Example

White with #953570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953570; }

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

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

background-color css

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

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

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

border-color css

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

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

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