#963082

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

Shades of Dark Purple #963082

Tints of Dark Purple #963082

Color information

#963082 (or 0x963082) is unknown color: approx Dark Purple. HEX triplet: 96, 30 and 82. RGB value is (150,48,130). Sum of RGB (Red+Green+Blue) = 150+48+130=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #963082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963082 is #69CF7D. Grayscale: #575757. Windows color (decimal): -6934398 or 8532118. OLE color: 8532118.

HSL color Cylindrical-coordinate representation of color #963082: hue angle of 311.76º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #963082 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15048130-
CMYK00.680.130.41
HSL311.76º51.52%38.82%-
HSV(B)311.76º68%58.82%-
XYZ17.6610.2122.16-
YUV87.85151.79172.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 48 (19.14% from 255) = 14.63%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=45.73%
G=14.63%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504813000.680.130.41311.7651.5238.82
Hex963082044D291383427
Octal22660202010415514706447
Binary1001011011000010000010010001001101101001100111000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963082; }

 p { color: rgb(150,48,130); }

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

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

 a { background-color: rgb(150,48,130); }

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

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

 span { border-color: rgb(150,48,130); }

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