Html Css Color HEX #953173 Dark Purple

📋 copy color: '#953173'

red 149 ◦ green 49 ◦ blue 115

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

Shades of Dark Purple #953173

Tints of Dark Purple #953173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 47.6%
G = 15.65%
B = 36.74%

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

#953173 (or 0x953173) is known color: Dark Purple. HEX triplet: 95, 31 and 73. RGB value is (149,49,115). Sum of RGB (Red+Green+Blue) = 149+49+115=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #953173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953173 is #6ACE8C. Grayscale: #565656. Windows color (decimal): -6999693 or 7549333. OLE color: 7549333.

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

Color convert

RGB 149 49 115 -
CMYK 0 0.67 0.23 0.42
HSL 320.4º 0.51% 0.39% -
HSV(B) 320.4º 0.67% 0.58% -
XYZ 16.59 9.82 17.24 -
YUV 86.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 149 49 115 0 0.67 0.23 0.42 320.4 0.51 0.39
Hex 95 31 73 0 43 17 2A 140 33 27
Octal 225 61 163 0 103 27 52 500 63 47
Binary 10010101 110001 1110011 0 1000011 10111 101010 101000000 110011 100111

Color Harmonies of #953173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953173

Black with #953173

Text Example


Text Example

White with #953173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953173; }

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

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

background-color css

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

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

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

border-color css

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

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

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