Html Css Color HEX #952480 Dark Purple

📋 copy color: '#952480'

red 149 ◦ green 36 ◦ blue 128

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

Shades of Dark Purple #952480

Tints of Dark Purple #952480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 47.6%
G = 11.5%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952480 (or 0x952480) is known color: Dark Purple. HEX triplet: 95, 24 and 80. RGB value is (149,36,128). Sum of RGB (Red+Green+Blue) = 149+36+128=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #952480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952480 is #6ADB7F. Grayscale: #505050. Windows color (decimal): -7003008 or 8397973. OLE color: 8397973.

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

Color convert

RGB 149 36 128 -
CMYK 0 0.76 0.14 0.42
HSL 311.15º 0.61% 0.36% -
HSV(B) 311.15º 0.76% 0.58% -
XYZ 16.92 9.21 21.31 -
YUV 80.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 149 36 128 0 0.76 0.14 0.42 311.15 0.61 0.36
Hex 95 24 80 0 4C E 2A 137 3D 24
Octal 225 44 200 0 114 16 52 467 75 44
Binary 10010101 100100 10000000 0 1001100 1110 101010 100110111 111101 100100

Color Harmonies of #952480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952480

Black with #952480

Text Example


Text Example

White with #952480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952480; }

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

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

background-color css

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

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

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

border-color css

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

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

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