#964598

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

Shades of Violet Blue #964598

Tints of Violet Blue #964598

Color information

#964598 (or 0x964598) is unknown color: approx Violet Blue. HEX triplet: 96, 45 and 98. RGB value is (150,69,152). Sum of RGB (Red+Green+Blue) = 150+69+152=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #964598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964598 is #69BA67. Grayscale: #666666. Windows color (decimal): -6929000 or 9979286. OLE color: 9979286.

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

Color convert

RGB15069152-
CMYK0.010.5500.40
HSL298.55º37.56%43.33%-
HSV(B)298.55º54.61%59.61%-
XYZ20.3713.0131.14-
YUV102.68155.84161.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=40.43%
G=18.60%
B=40.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150691520.010.5500.40298.5537.5643.33
Hex96459813702812b262b
Octal2261052301670504534653
Binary1001011010001011001100011101110101000100101011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964598; }

 p { color: rgb(150,69,152); }

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

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

 a { background-color: rgb(150,69,152); }

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

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

 span { border-color: rgb(150,69,152); }

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