#962183

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

Shades of Dark Purple #962183

Tints of Dark Purple #962183

Color information

#962183 (or 0x962183) is unknown color: approx Dark Purple. HEX triplet: 96, 21 and 83. RGB value is (150,33,131). Sum of RGB (Red+Green+Blue) = 150+33+131=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #962183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962183 is #69DE7C. Grayscale: #4E4E4E. Windows color (decimal): -6938237 or 8593814. OLE color: 8593814.

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

Color convert

RGB15033131-
CMYK00.780.130.41
HSL309.74º63.93%35.88%-
HSV(B)309.74º78%58.82%-
XYZ17.229.2122.34-
YUV79.16157.26178.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 33 (13.28% from 255) = 10.51%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=47.77%
G=10.51%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503313100.780.130.41309.7463.9335.88
Hex96218304ED291364024
Octal226412030116155146610044
Binary10010110100001100000110100111011011010011001101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962183; }

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

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

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

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

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

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

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

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