#884083

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

Shades of Vivid Violet #884083

Tints of Vivid Violet #884083

Color information

#884083 (or 0x884083) is unknown color: approx Vivid Violet. HEX triplet: 88, 40 and 83. RGB value is (136,64,131). Sum of RGB (Red+Green+Blue) = 136+64+131=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #884083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884083 is #77BF7C. Grayscale: #5C5C5C. Windows color (decimal): -7847805 or 8601736. OLE color: 8601736.

HSL color Cylindrical-coordinate representation of color #884083: hue angle of 304.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884083 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13664131-
CMYK00.530.040.47
HSL304.17º36%39.22%-
HSV(B)304.17º52.94%53.33%-
XYZ16.0810.5422.66-
YUV93.17149.35158.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 64 (25.39% from 255) = 19.34%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=41.09%
G=19.34%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366413100.530.040.47304.173639.22
Hex88408303542F1302427
Octal2101002030654574604447
Binary100010001000000100000110110101100101111100110000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884083; }

 p { color: rgb(136,64,131); }

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

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

 a { background-color: rgb(136,64,131); }

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

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

 span { border-color: rgb(136,64,131); }

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