#962498

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

Shades of Vivid Violet #962498

Tints of Vivid Violet #962498

Color information

#962498 (or 0x962498) is unknown color: approx Vivid Violet. HEX triplet: 96, 24 and 98. RGB value is (150,36,152). Sum of RGB (Red+Green+Blue) = 150+36+152=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #962498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962498 is #69DB67. Grayscale: #525252. Windows color (decimal): -6937448 or 9970838. OLE color: 9970838.

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

Color convert

RGB15036152-
CMYK0.010.7600.40
HSL298.97º61.7%36.86%-
HSV(B)298.97º76.32%59.61%-
XYZ18.8810.0130.64-
YUV83.31166.77175.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=44.38%
G=10.65%
B=44.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150361520.010.7600.40298.9761.736.86
Hex96249814C02812b3e25
Octal2264423011140504537645
Binary1001011010010010011000110011000101000100101011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962498; }

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

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

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

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

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

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

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

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