Html Css Color HEX #952D80 Dark Purple

📋 copy color: '#952D80'

red 149 ◦ green 45 ◦ blue 128

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

Shades of Dark Purple #952D80

Tints of Dark Purple #952D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 46.27%
G = 13.98%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952D80 (or 0x952D80) is known color: Dark Purple. HEX triplet: 95, 2D and 80. RGB value is (149,45,128). Sum of RGB (Red+Green+Blue) = 149+45+128=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D80 is #6AD27F. Grayscale: #555555. Windows color (decimal): -7000704 or 8400277. OLE color: 8400277.

HSL color Cylindrical-coordinate representation of color #952D80: hue angle of 312.12º 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 #952D80 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 128 -
CMYK 0 0.70 0.14 0.42
HSL 312.12º 0.54% 0.38% -
HSV(B) 312.12º 0.7% 0.58% -
XYZ 17.23 9.82 21.41 -
YUV 85.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 149 45 128 0 0.70 0.14 0.42 312.12 0.54 0.38
Hex 95 2D 80 0 46 E 2A 138 36 26
Octal 225 55 200 0 106 16 52 470 66 46
Binary 10010101 101101 10000000 0 1000110 1110 101010 100111000 110110 100110

Color Harmonies of #952D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D80

Black with #952D80

Text Example


Text Example

White with #952D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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