#962299

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

Shades of Vivid Violet #962299

Tints of Vivid Violet #962299

Color information

#962299 (or 0x962299) is unknown color: approx Vivid Violet. HEX triplet: 96, 22 and 99. RGB value is (150,34,153). Sum of RGB (Red+Green+Blue) = 150+34+153=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #962299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962299 is #69DD66. Grayscale: #515151. Windows color (decimal): -6937959 or 10035862. OLE color: 10035862.

HSL color Cylindrical-coordinate representation of color #962299: hue angle of 298.49º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962299 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15034153-
CMYK0.020.7800.4
HSL298.49º63.64%36.67%-
HSV(B)298.49º77.78%60%-
XYZ18.99.9331.06-
YUV82.25167.93176.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 34 (13.67% from 255) = 10.09%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=44.51%
G=10.09%
B=45.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150341530.020.7800.4298.4963.6436.67
Hex96229924E02812a4025
Octal22642231211605045210045
Binary100101101000101001100110100111001010001001010101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962299; }

 p { color: rgb(150,34,153); }

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

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

 a { background-color: rgb(150,34,153); }

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

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

 span { border-color: rgb(150,34,153); }

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