#882498

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

Shades of Vivid Violet #882498

Tints of Vivid Violet #882498

Color information

#882498 (or 0x882498) is unknown color: approx Vivid Violet. HEX triplet: 88, 24 and 98. RGB value is (136,36,152). Sum of RGB (Red+Green+Blue) = 136+36+152=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #882498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882498 is #77DB67. Grayscale: #4E4E4E. Windows color (decimal): -7854952 or 9970824. OLE color: 9970824.

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

Color convert

RGB13636152-
CMYK0.110.7600.40
HSL291.72º61.7%36.86%-
HSV(B)291.72º76.32%59.61%-
XYZ16.458.7630.53-
YUV79.12169.13168.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 36 (14.45% from 255) = 11.11%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=41.98%
G=11.11%
B=46.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136361520.110.7600.40291.7261.736.86
Hex882498B4C0281243e25
Octal21044230131140504447645
Binary1000100010010010011000101110011000101000100100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882498; }

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

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

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

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

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

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

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

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