Html Css Color HEX #952172 Dark Purple

📋 copy color: '#952172'

red 149 ◦ green 33 ◦ blue 114

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

Shades of Dark Purple #952172

Tints of Dark Purple #952172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.15%

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

R = 50.34%
G = 11.15%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#952172 (or 0x952172) is known color: Dark Purple. HEX triplet: 95, 21 and 72. RGB value is (149,33,114). Sum of RGB (Red+Green+Blue) = 149+33+114=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #952172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952172 is #6ADE8D. Grayscale: #4C4C4C. Windows color (decimal): -7003790 or 7479701. OLE color: 7479701.

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

Color convert

RGB 149 33 114 -
CMYK 0 0.78 0.23 0.42
HSL 318.1º 0.64% 0.36% -
HSV(B) 318.1º 0.78% 0.58% -
XYZ 15.98 8.69 16.76 -
YUV 76.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 149 33 114 0 0.78 0.23 0.42 318.1 0.64 0.36
Hex 95 21 72 0 4E 17 2A 13E 40 24
Octal 225 41 162 0 116 27 52 476 100 44
Binary 10010101 100001 1110010 0 1001110 10111 101010 100111110 1000000 100100

Color Harmonies of #952172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952172

Black with #952172

Text Example


Text Example

White with #952172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952172; }

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

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

background-color css

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

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

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

border-color css

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

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

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