#964894

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

Shades of Violet Blue #964894

Tints of Violet Blue #964894

Color information

#964894 (or 0x964894) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 94. RGB value is (150,72,148). Sum of RGB (Red+Green+Blue) = 150+72+148=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #964894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964894 is #69B76B. Grayscale: #676767. Windows color (decimal): -6928236 or 9717910. OLE color: 9717910.

HSL color Cylindrical-coordinate representation of color #964894: hue angle of 301.54º 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 #964894 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB15072148-
CMYK00.520.010.41
HSL301.54º35.14%43.53%-
HSV(B)301.54º52%58.82%-
XYZ20.2413.2629.51-
YUV103.99152.84160.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 148 (58.20% from 255) = 40%
R=40.54%
G=19.46%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507214800.520.010.41301.5435.1443.53
Hex96489403412912e232c
Octal2261102240641514564354
Binary1001011010010001001010001101001101001100101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964894; }

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

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

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

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

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

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

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

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