Html Css Color HEX #952871 Dark Purple

📋 copy color: '#952871'

red 149 ◦ green 40 ◦ blue 113

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

Shades of Dark Purple #952871

Tints of Dark Purple #952871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

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

R = 49.34%
G = 13.25%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#952871 (or 0x952871) is known color: Dark Purple. HEX triplet: 95, 28 and 71. RGB value is (149,40,113). Sum of RGB (Red+Green+Blue) = 149+40+113=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952871 is #6AD78E. Grayscale: #505050. Windows color (decimal): -7001999 or 7415957. OLE color: 7415957.

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

Color convert

RGB 149 40 113 -
CMYK 0 0.73 0.24 0.42
HSL 319.82º 0.58% 0.37% -
HSV(B) 319.82º 0.73% 0.58% -
XYZ 16.13 9.1 16.53 -
YUV 80.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 149 40 113 0 0.73 0.24 0.42 319.82 0.58 0.37
Hex 95 28 71 0 49 18 2A 140 3A 25
Octal 225 50 161 0 111 30 52 500 72 45
Binary 10010101 101000 1110001 0 1001001 11000 101010 101000000 111010 100101

Color Harmonies of #952871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952871

Black with #952871

Text Example


Text Example

White with #952871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952871; }

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

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

background-color css

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

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

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

border-color css

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

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

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