#96489A

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

Shades of Violet Blue #96489A

Tints of Violet Blue #96489A

Color information

#96489A (or 0x96489A) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 9A. RGB value is (150,72,154). Sum of RGB (Red+Green+Blue) = 150+72+154=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #96489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96489A is #69B765. Grayscale: #686868. Windows color (decimal): -6928230 or 10111126. OLE color: 10111126.

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

Color convert

RGB15072154-
CMYK0.030.5300.40
HSL297.07º36.28%44.31%-
HSV(B)297.07º53.25%60.39%-
XYZ20.7313.4532.08-
YUV104.67155.84160.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=39.89%
G=19.15%
B=40.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150721540.030.5300.40297.0736.2844.31
Hex96489A335028129242c
Octal2261102323650504514454
Binary10010110100100010011010111101010101000100101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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