Html Css Color HEX #953172 Dark Purple

📋 copy color: '#953172'

red 149 ◦ green 49 ◦ blue 114

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

Shades of Dark Purple #953172

Tints of Dark Purple #953172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 47.76%
G = 15.71%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#953172 (or 0x953172) is known color: Dark Purple. HEX triplet: 95, 31 and 72. RGB value is (149,49,114). Sum of RGB (Red+Green+Blue) = 149+49+114=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #953172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953172 is #6ACE8D. Grayscale: #565656. Windows color (decimal): -6999694 or 7483797. OLE color: 7483797.

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

Color convert

RGB 149 49 114 -
CMYK 0 0.67 0.23 0.42
HSL 321º 0.51% 0.39% -
HSV(B) 321º 0.67% 0.58% -
XYZ 16.53 9.8 16.94 -
YUV 86.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 149 49 114 0 0.67 0.23 0.42 321 0.51 0.39
Hex 95 31 72 0 43 17 2A 141 33 27
Octal 225 61 162 0 103 27 52 501 63 47
Binary 10010101 110001 1110010 0 1000011 10111 101010 101000001 110011 100111

Color Harmonies of #953172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953172

Black with #953172

Text Example


Text Example

White with #953172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953172; }

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

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

background-color css

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

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

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

border-color css

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

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

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