#952A83

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

Shades of Dark Purple #952A83

Tints of Dark Purple #952A83

Color information

#952A83 (or 0x952A83) is unknown color: approx Dark Purple. HEX triplet: 95, 2A and 83. RGB value is (149,42,131). Sum of RGB (Red+Green+Blue) = 149+42+131=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A83 is #6AD57C. Grayscale: #535353. Windows color (decimal): -7001469 or 8596117. OLE color: 8596117.

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

Color convert

RGB14942131-
CMYK00.720.120.42
HSL310.09º56.02%37.45%-
HSV(B)310.09º71.81%58.43%-
XYZ17.329.6822.43-
YUV84.14154.45174.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 42 (16.80% from 255) = 13.04%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=46.27%
G=13.04%
B=40.68%

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
Decimal1494213100.720.120.42310.0956.0237.45
Hex952A83048C2A1363825
Octal22552203011014524667045
Binary1001010110101010000011010010001100101010100110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952A83; }

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

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

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

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

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

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

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

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