#822398

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

Shades of Vivid Violet #822398

Tints of Vivid Violet #822398

Color information

#822398 (or 0x822398) is unknown color: approx Vivid Violet. HEX triplet: 82, 23 and 98. RGB value is (130,35,152). Sum of RGB (Red+Green+Blue) = 130+35+152=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #822398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822398 is #7DDC67. Grayscale: #4C4C4C. Windows color (decimal): -8248424 or 9970562. OLE color: 9970562.

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

Color convert

RGB13035152-
CMYK0.140.7700.40
HSL288.72º62.57%36.67%-
HSV(B)288.72º76.97%59.61%-
XYZ15.478.2130.48-
YUV76.74170.47165.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 35 (14.06% from 255) = 11.04%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=41.01%
G=11.04%
B=47.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130351520.140.7700.40288.7262.5736.67
Hex822398E4D0281213f25
Octal20243230161150504417745
Binary1000001010001110011000111010011010101000100100001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822398; }

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

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

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

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

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

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

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

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