Html Css Color HEX #952D70 Dark Purple

📋 copy color: '#952D70'

red 149 ◦ green 45 ◦ blue 112

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

Shades of Dark Purple #952D70

Tints of Dark Purple #952D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

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

R = 48.69%
G = 14.71%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952D70 (or 0x952D70) is known color: Dark Purple. HEX triplet: 95, 2D and 70. RGB value is (149,45,112). Sum of RGB (Red+Green+Blue) = 149+45+112=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #952D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D70 is #6AD28F. Grayscale: #535353. Windows color (decimal): -7000720 or 7351701. OLE color: 7351701.

HSL color Cylindrical-coordinate representation of color #952D70: hue angle of 321.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D70 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 112 -
CMYK 0 0.70 0.25 0.42
HSL 321.35º 0.54% 0.38% -
HSV(B) 321.35º 0.7% 0.58% -
XYZ 16.26 9.44 16.29 -
YUV 83.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 149 45 112 0 0.70 0.25 0.42 321.35 0.54 0.38
Hex 95 2D 70 0 46 19 2A 141 36 26
Octal 225 55 160 0 106 31 52 501 66 46
Binary 10010101 101101 1110000 0 1000110 11001 101010 101000001 110110 100110

Color Harmonies of #952D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D70

Black with #952D70

Text Example


Text Example

White with #952D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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