#964892

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

Shades of Violet Blue #964892

Tints of Violet Blue #964892

Color information

#964892 (or 0x964892) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 92. RGB value is (150,72,146). Sum of RGB (Red+Green+Blue) = 150+72+146=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #964892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964892 is #69B76D. Grayscale: #676767. Windows color (decimal): -6928238 or 9586838. OLE color: 9586838.

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

Color convert

RGB15072146-
CMYK00.520.030.41
HSL303.08º35.14%43.53%-
HSV(B)303.08º52%58.82%-
XYZ20.0813.1928.68-
YUV103.76151.84160.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=40.76%
G=19.57%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507214600.520.030.41303.0835.1443.53
Hex96489203432912f232c
Octal2261102220643514574354
Binary10010110100100010010010011010011101001100101111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964892; }

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

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

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

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

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

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

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

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