#883498

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

Shades of Vivid Violet #883498

Tints of Vivid Violet #883498

Color information

#883498 (or 0x883498) is unknown color: approx Vivid Violet. HEX triplet: 88, 34 and 98. RGB value is (136,52,152). Sum of RGB (Red+Green+Blue) = 136+52+152=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #883498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883498 is #77CB67. Grayscale: #585858. Windows color (decimal): -7850856 or 9974920. OLE color: 9974920.

HSL color Cylindrical-coordinate representation of color #883498: hue angle of 290.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #883498 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13652152-
CMYK0.110.6600.40
HSL290.4º49.02%40%-
HSV(B)290.4º65.79%59.61%-
XYZ17.059.9630.73-
YUV88.52163.83161.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=40%
G=15.29%
B=44.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136521520.110.6600.40290.449.0240
Hex883498B420281223128
Octal21064230131020504426150
Binary1000100011010010011000101110000100101000100100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883498; }

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

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

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

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

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

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

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

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