#964893

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

Shades of Violet Blue #964893

Tints of Violet Blue #964893

Color information

#964893 (or 0x964893) is unknown color: approx Violet Blue. HEX triplet: 96, 48 and 93. RGB value is (150,72,147). Sum of RGB (Red+Green+Blue) = 150+72+147=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #964893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964893 is #69B76C. Grayscale: #676767. Windows color (decimal): -6928237 or 9652374. OLE color: 9652374.

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

Color convert

RGB15072147-
CMYK00.520.020.41
HSL302.31º35.14%43.53%-
HSV(B)302.31º52%58.82%-
XYZ20.1613.2329.09-
YUV103.87152.34160.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=40.65%
G=19.51%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507214700.520.020.41302.3135.1443.53
Hex96489303422912e232c
Octal2261102230642514564354
Binary10010110100100010010011011010010101001100101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964893; }

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

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

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

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

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

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

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

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