#96459D

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

Shades of Violet Blue #96459D

Tints of Violet Blue #96459D

Color information

#96459D (or 0x96459D) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 9D. RGB value is (150,69,157). Sum of RGB (Red+Green+Blue) = 150+69+157=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #96459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96459D is #69BA62. Grayscale: #666666. Windows color (decimal): -6928995 or 10306966. OLE color: 10306966.

HSL color Cylindrical-coordinate representation of color #96459D: hue angle of 295.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96459D is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15069157-
CMYK0.040.5600.38
HSL295.23º38.94%44.31%-
HSV(B)295.23º56.05%61.57%-
XYZ20.7913.1733.35-
YUV103.25158.34161.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=39.89%
G=18.35%
B=41.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150691570.040.5600.38295.2338.9444.31
Hex96459D438026127272c
Octal2261052354700464474754
Binary100101101000101100111011001110000100110100100111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96459D; }

 p { color: rgb(150,69,157); }

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

<style>
 a { background-color: #96459D; }

 a { background-color: rgb(150,69,157); }

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

<style>
 span { border-color: #96459D; }

 span { border-color: rgb(150,69,157); }

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