#881B9B

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

Shades of Vivid Violet #881B9B

Tints of Vivid Violet #881B9B

Color information

#881B9B (or 0x881B9B) is unknown color: approx Vivid Violet. HEX triplet: 88, 1B and 9B. RGB value is (136,27,155). Sum of RGB (Red+Green+Blue) = 136+27+155=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #881B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881B9B is #77E464. Grayscale: #494949. Windows color (decimal): -7857253 or 10165128. OLE color: 10165128.

HSL color Cylindrical-coordinate representation of color #881B9B: hue angle of 291.09º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881B9B is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13627155-
CMYK0.120.8300.39
HSL291.09º70.33%35.69%-
HSV(B)291.09º82.58%60.78%-
XYZ16.468.3831.76-
YUV74.18173.61172.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=42.77%
G=8.49%
B=48.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal136271550.120.8300.39291.0970.3335.69
Hex881B9BC530271234624
Octal210332331412304744310644
Binary1000100011011100110111100101001101001111001000111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881B9B; }

 p { color: rgb(136,27,155); }

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

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

 a { background-color: rgb(136,27,155); }

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

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

 span { border-color: rgb(136,27,155); }

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