#96568F

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

Shades of Violet Blue #96568F

Tints of Violet Blue #96568F

Color information

#96568F (or 0x96568F) is unknown color: approx Violet Blue. HEX triplet: 96, 56 and 8F. RGB value is (150,86,143). Sum of RGB (Red+Green+Blue) = 150+86+143=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96568F is #69A970. Grayscale: #6F6F6F. Windows color (decimal): -6924657 or 9393814. OLE color: 9393814.

HSL color Cylindrical-coordinate representation of color #96568F: hue angle of 306.56º 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 #96568F is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15086143-
CMYK00.430.050.41
HSL306.56º27.12%46.27%-
HSV(B)306.56º42.67%58.82%-
XYZ20.8615.1227.81-
YUV111.63145.7155.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.58%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=39.58%
G=22.69%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508614300.430.050.41306.5627.1246.27
Hex96568F02B5291331b2e
Octal2261262170535514633356
Binary10010110101011010001111010101110110100110011001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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