#982795

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

Shades of Vivid Violet #982795

Tints of Vivid Violet #982795

Color information

#982795 (or 0x982795) is unknown color: approx Vivid Violet. HEX triplet: 98, 27 and 95. RGB value is (152,39,149). Sum of RGB (Red+Green+Blue) = 152+39+149=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #982795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982795 is #67D86A. Grayscale: #555555. Windows color (decimal): -6805611 or 9775000. OLE color: 9775000.

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

Color convert

RGB15239149-
CMYK00.740.020.40
HSL301.59º59.16%37.45%-
HSV(B)301.59º74.34%59.61%-
XYZ19.110.329.41-
YUV85.33163.94175.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 39 (15.62% from 255) = 11.47%
BLUE value IS 149 (58.59% from 255) = 43.82%
R=44.71%
G=11.47%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523914900.740.020.40301.5959.1637.45
Hex98279504A22812e3b25
Octal2304722501122504567345
Binary10011000100111100101010100101010101000100101110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982795; }

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

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

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

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

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

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

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

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