#824998

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

Shades of Vivid Violet #824998

Tints of Vivid Violet #824998

Color information

#824998 (or 0x824998) is unknown color: approx Vivid Violet. HEX triplet: 82, 49 and 98. RGB value is (130,73,152). Sum of RGB (Red+Green+Blue) = 130+73+152=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #824998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824998 is #7DB667. Grayscale: #626262. Windows color (decimal): -8238696 or 9980290. OLE color: 9980290.

HSL color Cylindrical-coordinate representation of color #824998: hue angle of 283.29º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824998 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13073152-
CMYK0.140.5200.40
HSL283.29º35.11%44.12%-
HSV(B)283.29º51.97%59.61%-
XYZ17.2611.7831.07-
YUV99.05157.88150.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=36.62%
G=20.56%
B=42.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130731520.140.5200.40283.2935.1144.12
Hex824998E3402811b232c
Octal20211123016640504334354
Binary1000001010010011001100011101101000101000100011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824998; }

 p { color: rgb(130,73,152); }

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

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

 a { background-color: rgb(130,73,152); }

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

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

 span { border-color: rgb(130,73,152); }

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