#96509C

Color #96509C Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #96509C

Tints of Violet Blue #96509C

Color information

#96509C (or 0x96509C) is unknown color: approx Violet Blue. HEX triplet: 96, 50 and 9C. RGB value is (150,80,156). Sum of RGB (Red+Green+Blue) = 150+80+156=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #96509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509C is #69AF63. Grayscale: #6D6D6D. Windows color (decimal): -6926180 or 10244246. OLE color: 10244246.

HSL color Cylindrical-coordinate representation of color #96509C: hue angle of 295.26º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96509C is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15080156-
CMYK0.040.4900.39
HSL295.26º32.2%46.27%-
HSV(B)295.26º48.72%61.18%-
XYZ21.4514.6233.14-
YUV109.59154.19156.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=38.86%
G=20.73%
B=40.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal150801560.040.4900.39295.2632.246.27
Hex96509C431027127202e
Octal2261202344610474474056
Binary100101101010000100111001001100010100111100100111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96509C; }

 p { color: rgb(150,80,156); }

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

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

 a { background-color: rgb(150,80,156); }

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

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

 span { border-color: rgb(150,80,156); }

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