#962683

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

Shades of Dark Purple #962683

Tints of Dark Purple #962683

Color information

#962683 (or 0x962683) is unknown color: approx Dark Purple. HEX triplet: 96, 26 and 83. RGB value is (150,38,131). Sum of RGB (Red+Green+Blue) = 150+38+131=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962683 is #69D97C. Grayscale: #515151. Windows color (decimal): -6936957 or 8595094. OLE color: 8595094.

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

Color convert

RGB15038131-
CMYK00.750.130.41
HSL310.18º59.57%36.86%-
HSV(B)310.18º74.67%58.82%-
XYZ17.379.5122.39-
YUV82.09155.61176.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 131 (51.56% from 255) = 41.07%
R=47.02%
G=11.91%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503813100.750.130.41310.1859.5736.86
Hex96268304BD291363c25
Octal22646203011315514667445
Binary1001011010011010000011010010111101101001100110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962683; }

 p { color: rgb(150,38,131); }

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

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

 a { background-color: rgb(150,38,131); }

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

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

 span { border-color: rgb(150,38,131); }

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