#883495

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

Shades of Vivid Violet #883495

Tints of Vivid Violet #883495

Color information

#883495 (or 0x883495) is unknown color: approx Vivid Violet. HEX triplet: 88, 34 and 95. RGB value is (136,52,149). Sum of RGB (Red+Green+Blue) = 136+52+149=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #883495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883495 is #77CB6A. Grayscale: #575757. Windows color (decimal): -7850859 or 9778312. OLE color: 9778312.

HSL color Cylindrical-coordinate representation of color #883495: hue angle of 291.96º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883495 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13652149-
CMYK0.090.6500.42
HSL291.96º48.26%39.41%-
HSV(B)291.96º65.1%58.43%-
XYZ16.819.8629.45-
YUV88.17162.33162.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 52 (20.70% from 255) = 15.43%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=40.36%
G=15.43%
B=44.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136521490.090.6500.42291.9648.2639.41
Hex88349594102A1243027
Octal21064225111010524446047
Binary1000100011010010010101100110000010101010100100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883495; }

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

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

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

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

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

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

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

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