#952983

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

Shades of Dark Purple #952983

Tints of Dark Purple #952983

Color information

#952983 (or 0x952983) is unknown color: approx Dark Purple. HEX triplet: 95, 29 and 83. RGB value is (149,41,131). Sum of RGB (Red+Green+Blue) = 149+41+131=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952983 is #6AD67C. Grayscale: #535353. Windows color (decimal): -7001725 or 8595861. OLE color: 8595861.

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

Color convert

RGB14941131-
CMYK00.720.120.42
HSL310º56.84%37.25%-
HSV(B)310º72.48%58.43%-
XYZ17.289.6122.42-
YUV83.55154.78174.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 131 (51.56% from 255) = 40.81%
R=46.42%
G=12.77%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494113100.720.120.4231056.8437.25
Hex952983048C2A1363925
Octal22551203011014524667145
Binary1001010110100110000011010010001100101010100110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952983; }

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

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

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

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

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

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

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

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