Html Css Color HEX #952170 Dark Purple

📋 copy color: '#952170'

red 149 ◦ green 33 ◦ blue 112

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

Shades of Dark Purple #952170

Tints of Dark Purple #952170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 50.68%
G = 11.22%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952170 (or 0x952170) is known color: Dark Purple. HEX triplet: 95, 21 and 70. RGB value is (149,33,112). Sum of RGB (Red+Green+Blue) = 149+33+112=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #952170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952170 is #6ADE8F. Grayscale: #4C4C4C. Windows color (decimal): -7003792 or 7348629. OLE color: 7348629.

HSL color Cylindrical-coordinate representation of color #952170: hue angle of 319.14º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952170 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 112 -
CMYK 0 0.78 0.25 0.42
HSL 319.14º 0.64% 0.36% -
HSV(B) 319.14º 0.78% 0.58% -
XYZ 15.86 8.65 16.16 -
YUV 76.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 149 33 112 0 0.78 0.25 0.42 319.14 0.64 0.36
Hex 95 21 70 0 4E 19 2A 13F 40 24
Octal 225 41 160 0 116 31 52 477 100 44
Binary 10010101 100001 1110000 0 1001110 11001 101010 100111111 1000000 100100

Color Harmonies of #952170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952170

Black with #952170

Text Example


Text Example

White with #952170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952170; }

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

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

background-color css

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

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

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

border-color css

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

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

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