#963998

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

Shades of Vivid Violet #963998

Tints of Vivid Violet #963998

Color information

#963998 (or 0x963998) is unknown color: approx Vivid Violet. HEX triplet: 96, 39 and 98. RGB value is (150,57,152). Sum of RGB (Red+Green+Blue) = 150+57+152=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #963998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963998 is #69C667. Grayscale: #5F5F5F. Windows color (decimal): -6932072 or 9976214. OLE color: 9976214.

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

Color convert

RGB15057152-
CMYK0.010.6200.40
HSL298.74º45.45%40.98%-
HSV(B)298.74º62.5%59.61%-
XYZ19.7111.6830.92-
YUV95.64159.81166.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.78%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=41.78%
G=15.88%
B=42.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150571520.010.6200.40298.7445.4540.98
Hex96399813E02812b2d29
Octal226712301760504535551
Binary100101101110011001100011111100101000100101011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963998; }

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

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

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

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

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

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

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

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