#883385

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

Shades of Vivid Violet #883385

Tints of Vivid Violet #883385

Color information

#883385 (or 0x883385) is unknown color: approx Vivid Violet. HEX triplet: 88, 33 and 85. RGB value is (136,51,133). Sum of RGB (Red+Green+Blue) = 136+51+133=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #883385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883385 is #77CC7A. Grayscale: #555555. Windows color (decimal): -7851131 or 8729480. OLE color: 8729480.

HSL color Cylindrical-coordinate representation of color #883385: hue angle of 302.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883385 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13651133-
CMYK00.620.020.47
HSL302.12º45.45%36.67%-
HSV(B)302.12º62.5%53.33%-
XYZ15.579.323.16-
YUV85.76154.66163.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.5%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=42.5%
G=15.94%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365113300.620.020.47302.1245.4536.67
Hex88338503E22F12e2d25
Octal210632050762574565545
Binary1000100011001110000101011111010101111100101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883385; }

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

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

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

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

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

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

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

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