Html Css Color HEX #822998 Vivid Violet

📋 copy color: '#822998'

red 130 ◦ green 41 ◦ blue 152

#822998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #822998

Tints of Vivid Violet #822998

RGB

 RED value IS 130 (51.17% from 255) = 40.25%

 GREEN value IS 41 (16.41% from 255) = 12.69%

 BLUE value IS 152 (59.77% from 255) = 47.06%

R = 40.25%
G = 12.69%
B = 47.06%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#822998 (or 0x822998) is known color: Vivid Violet. HEX triplet: 82, 29 and 98. RGB value is (130,41,152). Sum of RGB (Red+Green+Blue) = 130+41+152=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #822998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822998 is #7DD667. Grayscale: #4F4F4F. Windows color (decimal): -8246888 or 9972098. OLE color: 9972098.

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

Color convert

RGB 130 41 152 -
CMYK 0.14 0.73 0 0.40
HSL 288.11º 0.58% 0.38% -
HSV(B) 288.11º 0.73% 0.6% -
XYZ 15.67 8.6 30.54 -
YUV 80.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 130 41 152 0.14 0.73 0 0.40 288.11 0.58 0.38
Hex 82 29 98 E 49 0 28 120 3A 26
Octal 202 51 230 16 111 0 50 440 72 46
Binary 10000010 101001 10011000 1110 1001001 0 101000 100100000 111010 100110

Color Harmonies of #822998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822998

Black with #822998

Text Example


Text Example

White with #822998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822998; }

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

 H1.HeaderClassName
 {
   color: #822998;
 }
 .AnyTagClassName
 {
   color: #822998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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