#882591

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

Shades of Vivid Violet #882591

Tints of Vivid Violet #882591

Color information

#882591 (or 0x882591) is unknown color: approx Vivid Violet. HEX triplet: 88, 25 and 91. RGB value is (136,37,145). Sum of RGB (Red+Green+Blue) = 136+37+145=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #882591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882591 is #77DA6E. Grayscale: #4E4E4E. Windows color (decimal): -7854703 or 9512328. OLE color: 9512328.

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

Color convert

RGB13637145-
CMYK0.060.7400.43
HSL295º59.34%35.69%-
HSV(B)295º74.48%56.86%-
XYZ15.938.627.61-
YUV78.91165.3168.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 37 (14.84% from 255) = 11.64%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=42.77%
G=11.64%
B=45.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136371450.060.7400.4329559.3435.69
Hex88259164A02B1273b24
Octal2104522161120534477344
Binary100010001001011001000111010010100101011100100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882591; }

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

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

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

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

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

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

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

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