#96539A

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

Shades of Violet Blue #96539A

Tints of Violet Blue #96539A

Color information

#96539A (or 0x96539A) is unknown color: approx Violet Blue. HEX triplet: 96, 53 and 9A. RGB value is (150,83,154). Sum of RGB (Red+Green+Blue) = 150+83+154=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #96539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96539A is #69AC65. Grayscale: #6E6E6E. Windows color (decimal): -6925414 or 10113942. OLE color: 10113942.

HSL color Cylindrical-coordinate representation of color #96539A: hue angle of 296.62º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96539A is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15083154-
CMYK0.030.4600.40
HSL296.62º29.96%46.47%-
HSV(B)296.62º46.1%60.39%-
XYZ21.51532.33-
YUV111.13152.2155.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 154 (60.55% from 255) = 39.79%
R=38.76%
G=21.45%
B=39.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150831540.030.4600.40296.6229.9646.47
Hex96539A32E0281291e2e
Octal2261232323560504513656
Binary1001011010100111001101011101110010100010010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96539A; }

 p { color: rgb(150,83,154); }

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

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

 a { background-color: rgb(150,83,154); }

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

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

 span { border-color: rgb(150,83,154); }

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