#882392

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

Shades of Vivid Violet #882392

Tints of Vivid Violet #882392

Color information

#882392 (or 0x882392) is unknown color: approx Vivid Violet. HEX triplet: 88, 23 and 92. RGB value is (136,35,146). Sum of RGB (Red+Green+Blue) = 136+35+146=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #882392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882392 is #77DC6D. Grayscale: #4D4D4D. Windows color (decimal): -7855214 or 9577352. OLE color: 9577352.

HSL color Cylindrical-coordinate representation of color #882392: hue angle of 294.59º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882392 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13635146-
CMYK0.070.7600.43
HSL294.59º61.33%35.49%-
HSV(B)294.59º76.03%57.25%-
XYZ15.948.5128-
YUV77.85166.46169.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=42.90%
G=11.04%
B=46.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136351460.070.7600.43294.5961.3335.49
Hex88239274C02B1273d23
Octal2104322271140534477543
Binary100010001000111001001011110011000101011100100111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882392; }

 p { color: rgb(136,35,146); }

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

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

 a { background-color: rgb(136,35,146); }

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

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

 span { border-color: rgb(136,35,146); }

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