Html Css Color HEX #952872 Dark Purple

📋 copy color: '#952872'

red 149 ◦ green 40 ◦ blue 114

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

Shades of Dark Purple #952872

Tints of Dark Purple #952872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 49.17%
G = 13.2%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952872 (or 0x952872) is known color: Dark Purple. HEX triplet: 95, 28 and 72. RGB value is (149,40,114). Sum of RGB (Red+Green+Blue) = 149+40+114=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952872 is #6AD78D. Grayscale: #505050. Windows color (decimal): -7001998 or 7481493. OLE color: 7481493.

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

Color convert

RGB 149 40 114 -
CMYK 0 0.73 0.23 0.42
HSL 319.27º 0.58% 0.37% -
HSV(B) 319.27º 0.73% 0.58% -
XYZ 16.19 9.12 16.83 -
YUV 81.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 149 40 114 0 0.73 0.23 0.42 319.27 0.58 0.37
Hex 95 28 72 0 49 17 2A 13F 3A 25
Octal 225 50 162 0 111 27 52 477 72 45
Binary 10010101 101000 1110010 0 1001001 10111 101010 100111111 111010 100101

Color Harmonies of #952872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952872

Black with #952872

Text Example


Text Example

White with #952872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952872; }

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

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

background-color css

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

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

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

border-color css

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

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

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