#883A81

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

Shades of Vivid Violet #883A81

Tints of Vivid Violet #883A81

Color information

#883A81 (or 0x883A81) is unknown color: approx Vivid Violet. HEX triplet: 88, 3A and 81. RGB value is (136,58,129). Sum of RGB (Red+Green+Blue) = 136+58+129=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 136 - color contains mainly: red. Hex color #883A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883A81 is #77C57E. Grayscale: #595959. Windows color (decimal): -7849343 or 8469128. OLE color: 8469128.

HSL color Cylindrical-coordinate representation of color #883A81: hue angle of 305.38º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A81 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13658129-
CMYK00.570.050.47
HSL305.38º40.21%38.04%-
HSV(B)305.38º57.35%53.33%-
XYZ15.639.8521.85-
YUV89.42150.34161.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.11%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=42.11%
G=17.96%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365812900.570.050.47305.3840.2138.04
Hex883A8103952F1312826
Octal210722010715574615046
Binary10001000111010100000010111001101101111100110001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883A81; }

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

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

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

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

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

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

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

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