Html Css Color HEX #952570 Dark Purple

📋 copy color: '#952570'

red 149 ◦ green 37 ◦ blue 112

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

Shades of Dark Purple #952570

Tints of Dark Purple #952570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 50%
G = 12.42%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952570 (or 0x952570) is known color: Dark Purple. HEX triplet: 95, 25 and 70. RGB value is (149,37,112). Sum of RGB (Red+Green+Blue) = 149+37+112=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #952570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952570 is #6ADA8F. Grayscale: #4E4E4E. Windows color (decimal): -7002768 or 7349653. OLE color: 7349653.

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

Color convert

RGB 149 37 112 -
CMYK 0 0.75 0.25 0.42
HSL 319.82º 0.6% 0.36% -
HSV(B) 319.82º 0.75% 0.58% -
XYZ 15.98 8.88 16.2 -
YUV 79.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 149 37 112 0 0.75 0.25 0.42 319.82 0.6 0.36
Hex 95 25 70 0 4B 19 2A 140 3C 24
Octal 225 45 160 0 113 31 52 500 74 44
Binary 10010101 100101 1110000 0 1001011 11001 101010 101000000 111100 100100

Color Harmonies of #952570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952570

Black with #952570

Text Example


Text Example

White with #952570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952570; }

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

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

background-color css

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

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

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

border-color css

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

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

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