#962369

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

Shades of Dark Purple #962369

Tints of Dark Purple #962369

Color information

#962369 (or 0x962369) is unknown color: approx Dark Purple. HEX triplet: 96, 23 and 69. RGB value is (150,35,105). Sum of RGB (Red+Green+Blue) = 150+35+105=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #962369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962369 is #69DC96. Grayscale: #4D4D4D. Windows color (decimal): -6937751 or 6890390. OLE color: 6890390.

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

Color convert

RGB15035105-
CMYK00.770.300.41
HSL323.48º62.16%36.27%-
HSV(B)323.48º76.67%58.82%-
XYZ15.738.7114.22-
YUV77.36143.6179.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 35 (14.06% from 255) = 12.07%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=51.72%
G=12.07%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503510500.770.300.41323.4862.1636.27
Hex96236904D1E291433e24
Octal22643151011536515037644
Binary1001011010001111010010100110111110101001101000011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962369; }

 p { color: rgb(150,35,105); }

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

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

 a { background-color: rgb(150,35,105); }

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

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

 span { border-color: rgb(150,35,105); }

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