#883489

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

Shades of Vivid Violet #883489

Tints of Vivid Violet #883489

Color information

#883489 (or 0x883489) is unknown color: approx Vivid Violet. HEX triplet: 88, 34 and 89. RGB value is (136,52,137). Sum of RGB (Red+Green+Blue) = 136+52+137=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 137 - color contains mainly: blue. Hex color #883489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883489 is #77CB76. Grayscale: #565656. Windows color (decimal): -7850871 or 8991880. OLE color: 8991880.

HSL color Cylindrical-coordinate representation of color #883489: hue angle of 299.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883489 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13652137-
CMYK0.010.6200.46
HSL299.29º44.97%37.06%-
HSV(B)299.29º62.04%53.73%-
XYZ15.99.524.66-
YUV86.81156.33163.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 137 (53.91% from 255) = 42.15%
R=41.85%
G=16%
B=42.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136521370.010.6200.46299.2944.9737.06
Hex88348913E02E12b2d25
Octal210642111760564535545
Binary100010001101001000100111111100101110100101011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883489; }

 p { color: rgb(136,52,137); }

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

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

 a { background-color: rgb(136,52,137); }

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

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

 span { border-color: rgb(136,52,137); }

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