Html Css Color HEX #953371 Dark Purple

📋 copy color: '#953371'

red 149 ◦ green 51 ◦ blue 113

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

Shades of Dark Purple #953371

Tints of Dark Purple #953371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 47.6%
G = 16.29%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#953371 (or 0x953371) is known color: Dark Purple. HEX triplet: 95, 33 and 71. RGB value is (149,51,113). Sum of RGB (Red+Green+Blue) = 149+51+113=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #953371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953371 is #6ACC8E. Grayscale: #575757. Windows color (decimal): -6999183 or 7418773. OLE color: 7418773.

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

Color convert

RGB 149 51 113 -
CMYK 0 0.66 0.24 0.42
HSL 322.04º 0.49% 0.39% -
HSV(B) 322.04º 0.66% 0.58% -
XYZ 16.56 9.95 16.67 -
YUV 87.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 149 51 113 0 0.66 0.24 0.42 322.04 0.49 0.39
Hex 95 33 71 0 42 18 2A 142 31 27
Octal 225 63 161 0 102 30 52 502 61 47
Binary 10010101 110011 1110001 0 1000010 11000 101010 101000010 110001 100111

Color Harmonies of #953371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953371

Black with #953371

Text Example


Text Example

White with #953371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953371; }

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

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

background-color css

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

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

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

border-color css

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

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

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