Html Css Color HEX #953F80 Dark Purple

📋 copy color: '#953F80'

red 149 ◦ green 63 ◦ blue 128

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

Shades of Dark Purple #953F80

Tints of Dark Purple #953F80

RGB

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

 GREEN value IS 63 (25% from 255) = 18.53%

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

R = 43.82%
G = 18.53%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#953F80 (or 0x953F80) is known color: Dark Purple. HEX triplet: 95, 3F and 80. RGB value is (149,63,128). Sum of RGB (Red+Green+Blue) = 149+63+128=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #953F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F80 is #6AC07F. Grayscale: #5F5F5F. Windows color (decimal): -6996096 or 8404885. OLE color: 8404885.

HSL color Cylindrical-coordinate representation of color #953F80: hue angle of 314.65º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953F80 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 128 -
CMYK 0 0.58 0.14 0.42
HSL 314.65º 0.41% 0.42% -
HSV(B) 314.65º 0.58% 0.58% -
XYZ 18.07 11.5 21.69 -
YUV 96.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 149 63 128 0 0.58 0.14 0.42 314.65 0.41 0.42
Hex 95 3F 80 0 3A E 2A 13B 29 2A
Octal 225 77 200 0 72 16 52 473 51 52
Binary 10010101 111111 10000000 0 111010 1110 101010 100111011 101001 101010

Color Harmonies of #953F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F80

Black with #953F80

Text Example


Text Example

White with #953F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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