#883594

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

Shades of Vivid Violet #883594

Tints of Vivid Violet #883594

Color information

#883594 (or 0x883594) is unknown color: approx Vivid Violet. HEX triplet: 88, 35 and 94. RGB value is (136,53,148). Sum of RGB (Red+Green+Blue) = 136+53+148=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #883594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883594 is #77CA6B. Grayscale: #585858. Windows color (decimal): -7850604 or 9713032. OLE color: 9713032.

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

Color convert

RGB13653148-
CMYK0.080.6400.42
HSL292.42º47.26%39.41%-
HSV(B)292.42º64.19%58.04%-
XYZ16.779.9229.05-
YUV88.65161.5161.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=40.36%
G=15.73%
B=43.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136531480.080.6400.42292.4247.2639.41
Hex88359484002A1242f27
Octal21065224101000524445747
Binary1000100011010110010100100010000000101010100100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883594; }

 p { color: rgb(136,53,148); }

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

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

 a { background-color: rgb(136,53,148); }

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

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

 span { border-color: rgb(136,53,148); }

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