#883985

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

Shades of Vivid Violet #883985

Tints of Vivid Violet #883985

Color information

#883985 (or 0x883985) is unknown color: approx Vivid Violet. HEX triplet: 88, 39 and 85. RGB value is (136,57,133). Sum of RGB (Red+Green+Blue) = 136+57+133=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 136 - color contains mainly: red. Hex color #883985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883985 is #77C67A. Grayscale: #595959. Windows color (decimal): -7849595 or 8731016. OLE color: 8731016.

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

Color convert

RGB13657133-
CMYK00.580.020.47
HSL302.28º40.93%37.84%-
HSV(B)302.28º58.09%53.33%-
XYZ15.859.8523.26-
YUV89.28152.67161.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=41.72%
G=17.48%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1365713300.580.020.47302.2840.9337.84
Hex88398503A22F12e2926
Octal210712050722574565146
Binary1000100011100110000101011101010101111100101110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883985; }

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

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

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

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

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

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

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

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