#96569A

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

Shades of Violet Blue #96569A

Tints of Violet Blue #96569A

Color information

#96569A (or 0x96569A) is unknown color: approx Violet Blue. HEX triplet: 96, 56 and 9A. RGB value is (150,86,154). Sum of RGB (Red+Green+Blue) = 150+86+154=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #96569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96569A is #69A965. Grayscale: #707070. Windows color (decimal): -6924646 or 10114710. OLE color: 10114710.

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

Color convert

RGB15086154-
CMYK0.030.4400.40
HSL296.47º28.33%47.06%-
HSV(B)296.47º44.16%60.39%-
XYZ21.7415.4732.41-
YUV112.89151.2154.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.46%
GREEN value IS 86 (33.98% from 255) = 22.05%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=38.46%
G=22.05%
B=39.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150861540.030.4400.40296.4728.3347.06
Hex96569A32C0281281c2f
Octal2261262323540504503457
Binary1001011010101101001101011101100010100010010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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