#962685

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

Shades of Dark Purple #962685

Tints of Dark Purple #962685

Color information

#962685 (or 0x962685) is unknown color: approx Dark Purple. HEX triplet: 96, 26 and 85. RGB value is (150,38,133). Sum of RGB (Red+Green+Blue) = 150+38+133=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #962685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962685 is #69D97A. Grayscale: #525252. Windows color (decimal): -6936955 or 8726166. OLE color: 8726166.

HSL color Cylindrical-coordinate representation of color #962685: hue angle of 309.11º 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 #962685 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15038133-
CMYK00.750.110.41
HSL309.11º59.57%36.86%-
HSV(B)309.11º74.67%58.82%-
XYZ17.59.5623.11-
YUV82.32156.61176.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=46.73%
G=11.84%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503813300.750.110.41309.1159.5736.86
Hex96268504BB291353c25
Octal22646205011313514657445
Binary1001011010011010000101010010111011101001100110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962685; }

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

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

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

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

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

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

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

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