#953283

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

Shades of Dark Purple #953283

Tints of Dark Purple #953283

Color information

#953283 (or 0x953283) is unknown color: approx Dark Purple. HEX triplet: 95, 32 and 83. RGB value is (149,50,131). Sum of RGB (Red+Green+Blue) = 149+50+131=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953283 is #6ACD7C. Grayscale: #585858. Windows color (decimal): -6999421 or 8598165. OLE color: 8598165.

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

Color convert

RGB14950131-
CMYK00.660.120.42
HSL310.91º49.75%39.02%-
HSV(B)310.91º66.44%58.43%-
XYZ17.6310.3122.53-
YUV88.84151.8170.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 131 (51.56% from 255) = 39.70%
R=45.15%
G=15.15%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495013100.660.120.42310.9149.7539.02
Hex953283042C2A1373227
Octal22562203010214524676247
Binary1001010111001010000011010000101100101010100110111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953283; }

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

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

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

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

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

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

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

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