#952F83

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

Shades of Dark Purple #952F83

Tints of Dark Purple #952F83

Color information

#952F83 (or 0x952F83) is unknown color: approx Dark Purple. HEX triplet: 95, 2F and 83. RGB value is (149,47,131). Sum of RGB (Red+Green+Blue) = 149+47+131=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F83 is #6AD07C. Grayscale: #565656. Windows color (decimal): -7000189 or 8597397. OLE color: 8597397.

HSL color Cylindrical-coordinate representation of color #952F83: hue angle of 310.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F83 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14947131-
CMYK00.680.120.42
HSL310.59º52.04%38.43%-
HSV(B)310.59º68.46%58.43%-
XYZ17.5110.0622.49-
YUV87.07152.79172.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=45.57%
G=14.37%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494713100.680.120.42310.5952.0438.43
Hex952F83044C2A1373426
Octal22557203010414524676446
Binary1001010110111110000011010001001100101010100110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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