#883585

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

Shades of Vivid Violet #883585

Tints of Vivid Violet #883585

Color information

#883585 (or 0x883585) is unknown color: approx Vivid Violet. HEX triplet: 88, 35 and 85. RGB value is (136,53,133). Sum of RGB (Red+Green+Blue) = 136+53+133=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #883585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883585 is #77CA7A. Grayscale: #565656. Windows color (decimal): -7850619 or 8729992. OLE color: 8729992.

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

Color convert

RGB13653133-
CMYK00.610.020.47
HSL302.17º43.92%37.06%-
HSV(B)302.17º61.03%53.33%-
XYZ15.669.4723.19-
YUV86.94154163-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=42.24%
G=16.46%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365313300.610.020.47302.1743.9237.06
Hex88358503D22F12e2c25
Octal210652050752574565445
Binary1000100011010110000101011110110101111100101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883585; }

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

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

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

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

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

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

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

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