#883190

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

Shades of Vivid Violet #883190

Tints of Vivid Violet #883190

Color information

#883190 (or 0x883190) is unknown color: approx Vivid Violet. HEX triplet: 88, 31 and 90. RGB value is (136,49,144). Sum of RGB (Red+Green+Blue) = 136+49+144=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #883190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883190 is #77CE6F. Grayscale: #555555. Windows color (decimal): -7851632 or 9449864. OLE color: 9449864.

HSL color Cylindrical-coordinate representation of color #883190: hue angle of 294.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883190 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13649144-
CMYK0.060.6600.44
HSL294.95º49.22%37.84%-
HSV(B)294.95º65.97%56.47%-
XYZ16.299.4427.35-
YUV85.84160.82163.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=41.34%
G=14.89%
B=43.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136491440.060.6600.44294.9549.2237.84
Hex88319064202C1273126
Octal2106122061020544476146
Binary100010001100011001000011010000100101100100100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883190; }

 p { color: rgb(136,49,144); }

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

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

 a { background-color: rgb(136,49,144); }

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

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

 span { border-color: rgb(136,49,144); }

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