Html Css Color HEX #952970 Dark Purple

📋 copy color: '#952970'

red 149 ◦ green 41 ◦ blue 112

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

Shades of Dark Purple #952970

Tints of Dark Purple #952970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 49.34%
G = 13.58%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952970 (or 0x952970) is known color: Dark Purple. HEX triplet: 95, 29 and 70. RGB value is (149,41,112). Sum of RGB (Red+Green+Blue) = 149+41+112=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952970 is #6AD68F. Grayscale: #515151. Windows color (decimal): -7001744 or 7350677. OLE color: 7350677.

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

Color convert

RGB 149 41 112 -
CMYK 0 0.72 0.25 0.42
HSL 320.56º 0.57% 0.37% -
HSV(B) 320.56º 0.72% 0.58% -
XYZ 16.11 9.15 16.25 -
YUV 81.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 149 41 112 0 0.72 0.25 0.42 320.56 0.57 0.37
Hex 95 29 70 0 48 19 2A 141 39 25
Octal 225 51 160 0 110 31 52 501 71 45
Binary 10010101 101001 1110000 0 1001000 11001 101010 101000001 111001 100101

Color Harmonies of #952970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952970

Black with #952970

Text Example


Text Example

White with #952970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952970; }

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

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

background-color css

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

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

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

border-color css

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

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

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