#884283

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

Shades of Vivid Violet #884283

Tints of Vivid Violet #884283

Color information

#884283 (or 0x884283) is unknown color: approx Vivid Violet. HEX triplet: 88, 42 and 83. RGB value is (136,66,131). Sum of RGB (Red+Green+Blue) = 136+66+131=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #884283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884283 is #77BD7C. Grayscale: #5E5E5E. Windows color (decimal): -7847293 or 8602248. OLE color: 8602248.

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

Color convert

RGB13666131-
CMYK00.510.040.47
HSL304.29º34.65%39.61%-
HSV(B)304.29º51.47%53.33%-
XYZ16.210.7722.7-
YUV94.34148.69157.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=40.84%
G=19.82%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366613100.510.040.47304.2934.6539.61
Hex88428303342F1302328
Octal2101022030634574604350
Binary100010001000010100000110110011100101111100110000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884283; }

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

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

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

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

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

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

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

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