#884285

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

Shades of Vivid Violet #884285

Tints of Vivid Violet #884285

Color information

#884285 (or 0x884285) is unknown color: approx Vivid Violet. HEX triplet: 88, 42 and 85. RGB value is (136,66,133). Sum of RGB (Red+Green+Blue) = 136+66+133=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #884285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884285 is #77BD7A. Grayscale: #5E5E5E. Windows color (decimal): -7847291 or 8733320. OLE color: 8733320.

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

Color convert

RGB13666133-
CMYK00.510.020.47
HSL302.57º34.65%39.61%-
HSV(B)302.57º51.47%53.33%-
XYZ16.3410.8223.42-
YUV94.57149.69157.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=40.60%
G=19.70%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366613300.510.020.47302.5734.6539.61
Hex88428503322F12f2328
Octal2101022050632574574350
Binary10001000100001010000101011001110101111100101111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884285; }

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

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

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

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

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

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

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

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