#883992

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

Shades of Vivid Violet #883992

Tints of Vivid Violet #883992

Color information

#883992 (or 0x883992) is unknown color: approx Vivid Violet. HEX triplet: 88, 39 and 92. RGB value is (136,57,146). Sum of RGB (Red+Green+Blue) = 136+57+146=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #883992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883992 is #77C66D. Grayscale: #5A5A5A. Windows color (decimal): -7849582 or 9582984. OLE color: 9582984.

HSL color Cylindrical-coordinate representation of color #883992: hue angle of 293.26º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883992 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13657146-
CMYK0.070.6100.43
HSL293.26º43.84%39.8%-
HSV(B)293.26º60.96%57.25%-
XYZ16.810.2428.28-
YUV90.77159.17160.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=40.12%
G=16.81%
B=43.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136571460.070.6100.43293.2643.8439.8
Hex88399273D02B1252c28
Octal210712227750534455450
Binary10001000111001100100101111111010101011100100101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883992; }

 p { color: rgb(136,57,146); }

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

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

 a { background-color: rgb(136,57,146); }

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

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

 span { border-color: rgb(136,57,146); }

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