#964492

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

Shades of Violet Blue #964492

Tints of Violet Blue #964492

Color information

#964492 (or 0x964492) is unknown color: approx Violet Blue. HEX triplet: 96, 44 and 92. RGB value is (150,68,146). Sum of RGB (Red+Green+Blue) = 150+68+146=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #964492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964492 is #69BB6D. Grayscale: #656565. Windows color (decimal): -6929262 or 9585814. OLE color: 9585814.

HSL color Cylindrical-coordinate representation of color #964492: hue angle of 302.93º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964492 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB15068146-
CMYK00.550.030.41
HSL302.93º37.61%42.75%-
HSV(B)302.93º54.67%58.82%-
XYZ19.8312.6928.6-
YUV101.41153.17162.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=41.21%
G=18.68%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506814600.550.030.41302.9337.6142.75
Hex96449203732912f262b
Octal2261042220673514574653
Binary10010110100010010010010011011111101001100101111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964492; }

 p { color: rgb(150,68,146); }

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

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

 a { background-color: rgb(150,68,146); }

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

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

 span { border-color: rgb(150,68,146); }

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