#883485

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

Shades of Vivid Violet #883485

Tints of Vivid Violet #883485

Color information

#883485 (or 0x883485) is unknown color: approx Vivid Violet. HEX triplet: 88, 34 and 85. RGB value is (136,52,133). Sum of RGB (Red+Green+Blue) = 136+52+133=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #883485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883485 is #77CB7A. Grayscale: #565656. Windows color (decimal): -7850875 or 8729736. OLE color: 8729736.

HSL color Cylindrical-coordinate representation of color #883485: hue angle of 302.14º 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 #883485 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13652133-
CMYK00.620.020.47
HSL302.14º44.68%36.86%-
HSV(B)302.14º61.76%53.33%-
XYZ15.619.3823.18-
YUV86.35154.33163.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=42.37%
G=16.20%
B=41.43%

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
Decimal1365213300.620.020.47302.1444.6836.86
Hex88348503E22F12e2d25
Octal210642050762574565545
Binary1000100011010010000101011111010101111100101110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883485; }

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

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

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

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

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

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

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

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