Html Css Color HEX #953171 Dark Purple

📋 copy color: '#953171'

red 149 ◦ green 49 ◦ blue 113

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

Shades of Dark Purple #953171

Tints of Dark Purple #953171

RGB

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

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

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

R = 47.91%
G = 15.76%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#953171 (or 0x953171) is known color: Dark Purple. HEX triplet: 95, 31 and 71. RGB value is (149,49,113). Sum of RGB (Red+Green+Blue) = 149+49+113=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #953171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953171 is #6ACE8E. Grayscale: #565656. Windows color (decimal): -6999695 or 7418261. OLE color: 7418261.

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

Color convert

RGB 149 49 113 -
CMYK 0 0.67 0.24 0.42
HSL 321.6º 0.51% 0.39% -
HSV(B) 321.6º 0.67% 0.58% -
XYZ 16.47 9.78 16.64 -
YUV 86.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 149 49 113 0 0.67 0.24 0.42 321.6 0.51 0.39
Hex 95 31 71 0 43 18 2A 142 33 27
Octal 225 61 161 0 103 30 52 502 63 47
Binary 10010101 110001 1110001 0 1000011 11000 101010 101000010 110011 100111

Color Harmonies of #953171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953171

Black with #953171

Text Example


Text Example

White with #953171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953171; }

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

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

background-color css

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

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

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

border-color css

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

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

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