#982596

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

Shades of Vivid Violet #982596

Tints of Vivid Violet #982596

Color information

#982596 (or 0x982596) is unknown color: approx Vivid Violet. HEX triplet: 98, 25 and 96. RGB value is (152,37,150). Sum of RGB (Red+Green+Blue) = 152+37+150=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #982596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982596 is #67DA69. Grayscale: #535353. Windows color (decimal): -6806122 or 9840024. OLE color: 9840024.

HSL color Cylindrical-coordinate representation of color #982596: hue angle of 301.04º degrees, saturation: 0.61, 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 #982596 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15237150-
CMYK00.760.010.40
HSL301.04º60.85%37.06%-
HSV(B)301.04º75.66%59.61%-
XYZ19.1210.229.82-
YUV84.27165.1176.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 37 (14.84% from 255) = 10.91%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=44.84%
G=10.91%
B=44.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523715000.760.010.40301.0460.8537.06
Hex98259604C12812d3d25
Octal2304522601141504557545
Binary1001100010010110010110010011001101000100101101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982596; }

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

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

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

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

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

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

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

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