#824888

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

Shades of Vivid Violet #824888

Tints of Vivid Violet #824888

Color information

#824888 (or 0x824888) is unknown color: approx Vivid Violet. HEX triplet: 82, 48 and 88. RGB value is (130,72,136). Sum of RGB (Red+Green+Blue) = 130+72+136=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #824888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824888 is #7DB777. Grayscale: #606060. Windows color (decimal): -8238968 or 8931458. OLE color: 8931458.

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

Color convert

RGB13072136-
CMYK0.040.4700.47
HSL294.38º30.77%40.78%-
HSV(B)294.38º47.06%53.33%-
XYZ15.9711.1624.6-
YUV96.64150.22151.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=38.46%
G=21.30%
B=40.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130721360.040.4700.47294.3830.7740.78
Hex82488842F02F1261f29
Octal2021102104570574463751
Binary10000010100100010001000100101111010111110010011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824888; }

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

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

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

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

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

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

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

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