#954280

Color #954280 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #954280

Tints of Dark Purple #954280

Color information

#954280 (or 0x954280) is unknown color: approx Dark Purple. HEX triplet: 95, 42 and 80. RGB value is (149,66,128). Sum of RGB (Red+Green+Blue) = 149+66+128=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954280 is #6ABD7F. Grayscale: #616161. Windows color (decimal): -6995328 or 8405653. OLE color: 8405653.

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

Color convert

RGB14966128-
CMYK00.560.140.42
HSL315.18º38.6%42.16%-
HSV(B)315.18º55.7%58.43%-
XYZ18.2411.8421.75-
YUV97.88145164.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=43.44%
G=19.24%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496612800.560.140.42315.1838.642.16
Hex954280038E2A13b272a
Octal22510220007016524734752
Binary1001010110000101000000001110001110101010100111011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954280; }

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

 H1.HeaderClassName
 {
   color: #954280;
 }
 .AnyTagClassName
 {
   color: #954280;
 }
</style>
background-color css

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

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

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

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

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

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