Html Css Color HEX #952080 Dark Purple

📋 copy color: '#952080'

red 149 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #952080

Tints of Dark Purple #952080

RGB

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

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

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

R = 48.22%
G = 10.36%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952080 (or 0x952080) is known color: Dark Purple. HEX triplet: 95, 20 and 80. RGB value is (149,32,128). Sum of RGB (Red+Green+Blue) = 149+32+128=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #952080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952080 is #6ADF7F. Grayscale: #4D4D4D. Windows color (decimal): -7004032 or 8396949. OLE color: 8396949.

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

Color convert

RGB 149 32 128 -
CMYK 0 0.79 0.14 0.42
HSL 310.77º 0.65% 0.35% -
HSV(B) 310.77º 0.79% 0.58% -
XYZ 16.81 8.98 21.27 -
YUV 77.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 149 32 128 0 0.79 0.14 0.42 310.77 0.65 0.35
Hex 95 20 80 0 4F E 2A 137 41 23
Octal 225 40 200 0 117 16 52 467 101 43
Binary 10010101 100000 10000000 0 1001111 1110 101010 100110111 1000001 100011

Color Harmonies of #952080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952080

Black with #952080

Text Example


Text Example

White with #952080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952080; }

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

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

background-color css

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

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

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

border-color css

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

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

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