#882495

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

Shades of Vivid Violet #882495

Tints of Vivid Violet #882495

Color information

#882495 (or 0x882495) is unknown color: approx Vivid Violet. HEX triplet: 88, 24 and 95. RGB value is (136,36,149). Sum of RGB (Red+Green+Blue) = 136+36+149=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #882495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882495 is #77DB6A. Grayscale: #4E4E4E. Windows color (decimal): -7854955 or 9774216. OLE color: 9774216.

HSL color Cylindrical-coordinate representation of color #882495: hue angle of 293.1º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882495 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13636149-
CMYK0.090.7600.42
HSL293.1º61.08%36.27%-
HSV(B)293.1º75.84%58.43%-
XYZ16.218.6729.25-
YUV78.78167.63168.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=42.37%
G=11.21%
B=46.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136361490.090.7600.42293.161.0836.27
Hex88249594C02A1253d24
Octal21044225111140524457544
Binary1000100010010010010101100110011000101010100100101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882495; }

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

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

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

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

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

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

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

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