Html Css Color HEX #953170 Dark Purple

📋 copy color: '#953170'

red 149 ◦ green 49 ◦ blue 112

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

Shades of Dark Purple #953170

Tints of Dark Purple #953170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 48.06%
G = 15.81%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#953170 (or 0x953170) is known color: Dark Purple. HEX triplet: 95, 31 and 70. RGB value is (149,49,112). Sum of RGB (Red+Green+Blue) = 149+49+112=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #953170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953170 is #6ACE8F. Grayscale: #555555. Windows color (decimal): -6999696 or 7352725. OLE color: 7352725.

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

Color convert

RGB 149 49 112 -
CMYK 0 0.67 0.25 0.42
HSL 322.2º 0.51% 0.39% -
HSV(B) 322.2º 0.67% 0.58% -
XYZ 16.42 9.76 16.35 -
YUV 86.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 149 49 112 0 0.67 0.25 0.42 322.2 0.51 0.39
Hex 95 31 70 0 43 19 2A 142 33 27
Octal 225 61 160 0 103 31 52 502 63 47
Binary 10010101 110001 1110000 0 1000011 11001 101010 101000010 110011 100111

Color Harmonies of #953170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953170

Black with #953170

Text Example


Text Example

White with #953170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953170; }

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

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

background-color css

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

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

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

border-color css

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

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

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