#883395

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

Shades of Vivid Violet #883395

Tints of Vivid Violet #883395

Color information

#883395 (or 0x883395) is unknown color: approx Vivid Violet. HEX triplet: 88, 33 and 95. RGB value is (136,51,149). Sum of RGB (Red+Green+Blue) = 136+51+149=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #883395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883395 is #77CC6A. Grayscale: #575757. Windows color (decimal): -7851115 or 9778056. OLE color: 9778056.

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

Color convert

RGB13651149-
CMYK0.090.6600.42
HSL292.04º49%39.22%-
HSV(B)292.04º65.77%58.43%-
XYZ16.769.7729.44-
YUV87.59162.66162.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=40.48%
G=15.18%
B=44.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136511490.090.6600.42292.044939.22
Hex88339594202A1243127
Octal21063225111020524446147
Binary1000100011001110010101100110000100101010100100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883395; }

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

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

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

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

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

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

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

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