#96568A

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

Shades of Violet Blue #96568A

Tints of Violet Blue #96568A

Color information

#96568A (or 0x96568A) is unknown color: approx Violet Blue. HEX triplet: 96, 56 and 8A. RGB value is (150,86,138). Sum of RGB (Red+Green+Blue) = 150+86+138=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96568A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96568A is #69A975. Grayscale: #6E6E6E. Windows color (decimal): -6924662 or 9066134. OLE color: 9066134.

HSL color Cylindrical-coordinate representation of color #96568A: hue angle of 311.25º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96568A is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15086138-
CMYK00.430.080.41
HSL311.25º27.12%46.27%-
HSV(B)311.25º42.67%58.82%-
XYZ20.4914.9725.86-
YUV111.06143.2155.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 86 (33.98% from 255) = 22.99%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=40.11%
G=22.99%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508613800.430.080.41311.2527.1246.27
Hex96568A02B8291371b2e
Octal22612621205310514673356
Binary100101101010110100010100101011100010100110011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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