#952B83

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

Shades of Dark Purple #952B83

Tints of Dark Purple #952B83

Color information

#952B83 (or 0x952B83) is unknown color: approx Dark Purple. HEX triplet: 95, 2B and 83. RGB value is (149,43,131). Sum of RGB (Red+Green+Blue) = 149+43+131=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B83 is #6AD47C. Grayscale: #545454. Windows color (decimal): -7001213 or 8596373. OLE color: 8596373.

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

Color convert

RGB14943131-
CMYK00.710.120.42
HSL310.19º55.21%37.65%-
HSV(B)310.19º71.14%58.43%-
XYZ17.369.7622.44-
YUV84.73154.12173.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=46.13%
G=13.31%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494313100.710.120.42310.1955.2137.65
Hex952B83047C2A1363726
Octal22553203010714524666746
Binary1001010110101110000011010001111100101010100110110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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