#884081

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

Shades of Vivid Violet #884081

Tints of Vivid Violet #884081

Color information

#884081 (or 0x884081) is unknown color: approx Vivid Violet. HEX triplet: 88, 40 and 81. RGB value is (136,64,129). Sum of RGB (Red+Green+Blue) = 136+64+129=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #884081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884081 is #77BF7E. Grayscale: #5C5C5C. Windows color (decimal): -7847807 or 8470664. OLE color: 8470664.

HSL color Cylindrical-coordinate representation of color #884081: hue angle of 305.83º 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 #884081 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13664129-
CMYK00.530.050.47
HSL305.83º36%39.22%-
HSV(B)305.83º52.94%53.33%-
XYZ15.9510.4921.95-
YUV92.94148.35158.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=41.34%
G=19.45%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366412900.530.050.47305.833639.22
Hex88408103552F1322427
Octal2101002010655574624447
Binary100010001000000100000010110101101101111100110010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884081; }

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

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

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

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

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

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

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

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