Html Css Color HEX #952971 Dark Purple

📋 copy color: '#952971'

red 149 ◦ green 41 ◦ blue 113

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

Shades of Dark Purple #952971

Tints of Dark Purple #952971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 49.17%
G = 13.53%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#952971 (or 0x952971) is known color: Dark Purple. HEX triplet: 95, 29 and 71. RGB value is (149,41,113). Sum of RGB (Red+Green+Blue) = 149+41+113=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952971 is #6AD68E. Grayscale: #515151. Windows color (decimal): -7001743 or 7416213. OLE color: 7416213.

HSL color Cylindrical-coordinate representation of color #952971: hue angle of 320º 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 #952971 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 113 -
CMYK 0 0.72 0.24 0.42
HSL 320º 0.57% 0.37% -
HSV(B) 320º 0.72% 0.58% -
XYZ 16.17 9.17 16.54 -
YUV 81.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 149 41 113 0 0.72 0.24 0.42 320 0.57 0.37
Hex 95 29 71 0 48 18 2A 140 39 25
Octal 225 51 161 0 110 30 52 500 71 45
Binary 10010101 101001 1110001 0 1001000 11000 101010 101000000 111001 100101

Color Harmonies of #952971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952971

Black with #952971

Text Example


Text Example

White with #952971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952971; }

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

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

background-color css

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

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

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

border-color css

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

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

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