#882592

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

Shades of Vivid Violet #882592

Tints of Vivid Violet #882592

Color information

#882592 (or 0x882592) is unknown color: approx Vivid Violet. HEX triplet: 88, 25 and 92. RGB value is (136,37,146). Sum of RGB (Red+Green+Blue) = 136+37+146=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #882592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882592 is #77DA6D. Grayscale: #4E4E4E. Windows color (decimal): -7854702 or 9577864. OLE color: 9577864.

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

Color convert

RGB13637146-
CMYK0.070.7500.43
HSL294.5º59.56%35.88%-
HSV(B)294.5º74.66%57.25%-
XYZ168.6328.02-
YUV79.03165.8168.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=42.63%
G=11.60%
B=45.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136371460.070.7500.43294.559.5635.88
Hex88259274B02B1263c24
Octal2104522271130534467444
Binary100010001001011001001011110010110101011100100110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882592; }

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

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

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

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

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

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

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

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