#883092

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

Shades of Vivid Violet #883092

Tints of Vivid Violet #883092

Color information

#883092 (or 0x883092) is unknown color: approx Vivid Violet. HEX triplet: 88, 30 and 92. RGB value is (136,48,146). Sum of RGB (Red+Green+Blue) = 136+48+146=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #883092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883092 is #77CF6D. Grayscale: #555555. Windows color (decimal): -7851886 or 9580680. OLE color: 9580680.

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

Color convert

RGB13648146-
CMYK0.070.6700.43
HSL293.88º50.52%38.04%-
HSV(B)293.88º67.12%57.25%-
XYZ16.49.4228.15-
YUV85.48162.15164.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=41.21%
G=14.55%
B=44.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136481460.070.6700.43293.8850.5238.04
Hex88309274302B1263326
Octal2106022271030534466346
Binary100010001100001001001011110000110101011100100110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883092; }

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

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

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

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

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

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

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

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