#884182

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

Shades of Vivid Violet #884182

Tints of Vivid Violet #884182

Color information

#884182 (or 0x884182) is unknown color: approx Vivid Violet. HEX triplet: 88, 41 and 82. RGB value is (136,65,130). Sum of RGB (Red+Green+Blue) = 136+65+130=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #884182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884182 is #77BE7D. Grayscale: #5D5D5D. Windows color (decimal): -7847550 or 8536456. OLE color: 8536456.

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

Color convert

RGB13665130-
CMYK00.520.040.47
HSL305.07º35.32%39.41%-
HSV(B)305.07º52.21%53.33%-
XYZ16.0710.6322.32-
YUV93.64148.52158.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=41.09%
G=19.64%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366513000.520.040.47305.0735.3239.41
Hex88418203442F1312327
Octal2101012020644574614347
Binary100010001000001100000100110100100101111100110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884182; }

 p { color: rgb(136,65,130); }

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

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

 a { background-color: rgb(136,65,130); }

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

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

 span { border-color: rgb(136,65,130); }

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