#963598

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

Shades of Vivid Violet #963598

Tints of Vivid Violet #963598

Color information

#963598 (or 0x963598) is unknown color: approx Vivid Violet. HEX triplet: 96, 35 and 98. RGB value is (150,53,152). Sum of RGB (Red+Green+Blue) = 150+53+152=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #963598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963598 is #69CA67. Grayscale: #5C5C5C. Windows color (decimal): -6933096 or 9975190. OLE color: 9975190.

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

Color convert

RGB15053152-
CMYK0.010.6500.40
HSL298.79º48.29%40.2%-
HSV(B)298.79º65.13%59.61%-
XYZ19.5211.330.86-
YUV93.29161.14168.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=42.25%
G=14.93%
B=42.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150531520.010.6500.40298.7948.2940.2
Hex96359814102812b3028
Octal2266523011010504536050
Binary1001011011010110011000110000010101000100101011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963598; }

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

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

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

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

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

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

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

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