#982595

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

Shades of Vivid Violet #982595

Tints of Vivid Violet #982595

Color information

#982595 (or 0x982595) is unknown color: approx Vivid Violet. HEX triplet: 98, 25 and 95. RGB value is (152,37,149). Sum of RGB (Red+Green+Blue) = 152+37+149=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #982595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982595 is #67DA6A. Grayscale: #535353. Windows color (decimal): -6806123 or 9774488. OLE color: 9774488.

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

Color convert

RGB15237149-
CMYK00.760.020.40
HSL301.57º60.85%37.06%-
HSV(B)301.57º75.66%59.61%-
XYZ19.0410.1729.39-
YUV84.15164.6176.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 37 (14.84% from 255) = 10.95%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=44.97%
G=10.95%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523714900.760.020.40301.5760.8537.06
Hex98259504C22812e3d25
Octal2304522501142504567545
Binary10011000100101100101010100110010101000100101110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982595; }

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

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

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

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

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

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

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

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