Html Css Color HEX #952980 Dark Purple

📋 copy color: '#952980'

red 149 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #952980

Tints of Dark Purple #952980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

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

R = 46.86%
G = 12.89%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952980 (or 0x952980) is known color: Dark Purple. HEX triplet: 95, 29 and 80. RGB value is (149,41,128). Sum of RGB (Red+Green+Blue) = 149+41+128=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952980 is #6AD67F. Grayscale: #525252. Windows color (decimal): -7001728 or 8399253. OLE color: 8399253.

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

Color convert

RGB 149 41 128 -
CMYK 0 0.72 0.14 0.42
HSL 311.67º 0.57% 0.37% -
HSV(B) 311.67º 0.72% 0.58% -
XYZ 17.08 9.53 21.36 -
YUV 83.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 149 41 128 0 0.72 0.14 0.42 311.67 0.57 0.37
Hex 95 29 80 0 48 E 2A 138 39 25
Octal 225 51 200 0 110 16 52 470 71 45
Binary 10010101 101001 10000000 0 1001000 1110 101010 100111000 111001 100101

Color Harmonies of #952980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952980

Black with #952980

Text Example


Text Example

White with #952980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952980; }

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

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

background-color css

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

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

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

border-color css

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

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

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