Html Css Color HEX #952070 Dark Purple

📋 copy color: '#952070'

red 149 ◦ green 32 ◦ blue 112

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

Shades of Dark Purple #952070

Tints of Dark Purple #952070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.92%

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

R = 50.85%
G = 10.92%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952070 (or 0x952070) is known color: Dark Purple. HEX triplet: 95, 20 and 70. RGB value is (149,32,112). Sum of RGB (Red+Green+Blue) = 149+32+112=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #952070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952070 is #6ADF8F. Grayscale: #4B4B4B. Windows color (decimal): -7004048 or 7348373. OLE color: 7348373.

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

Color convert

RGB 149 32 112 -
CMYK 0 0.79 0.25 0.42
HSL 318.97º 0.65% 0.35% -
HSV(B) 318.97º 0.79% 0.58% -
XYZ 15.84 8.59 16.15 -
YUV 76.1 148.26 180 -
System Red Green Blue C M Y K H S L
Decimal 149 32 112 0 0.79 0.25 0.42 318.97 0.65 0.35
Hex 95 20 70 0 4F 19 2A 13F 41 23
Octal 225 40 160 0 117 31 52 477 101 43
Binary 10010101 100000 1110000 0 1001111 11001 101010 100111111 1000001 100011

Color Harmonies of #952070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952070

Black with #952070

Text Example


Text Example

White with #952070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952070; }

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

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

background-color css

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

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

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

border-color css

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

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

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