Html Css Color HEX #822198 Vivid Violet

📋 copy color: '#822198'

red 130 ◦ green 33 ◦ blue 152

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

Shades of Vivid Violet #822198

Tints of Vivid Violet #822198

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.48%

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

R = 41.27%
G = 10.48%
B = 48.25%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#822198 (or 0x822198) is known color: Vivid Violet. HEX triplet: 82, 21 and 98. RGB value is (130,33,152). Sum of RGB (Red+Green+Blue) = 130+33+152=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #822198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822198 is #7DDE67. Grayscale: #4B4B4B. Windows color (decimal): -8248936 or 9970050. OLE color: 9970050.

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

Color convert

RGB 130 33 152 -
CMYK 0.14 0.78 0 0.40
HSL 288.91º 0.64% 0.36% -
HSV(B) 288.91º 0.78% 0.6% -
XYZ 15.42 8.1 30.46 -
YUV 75.57 171.14 166.82 -
System Red Green Blue C M Y K H S L
Decimal 130 33 152 0.14 0.78 0 0.40 288.91 0.64 0.36
Hex 82 21 98 E 4E 0 28 121 40 24
Octal 202 41 230 16 116 0 50 441 100 44
Binary 10000010 100001 10011000 1110 1001110 0 101000 100100001 1000000 100100

Color Harmonies of #822198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822198

Black with #822198

Text Example


Text Example

White with #822198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822198; }

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

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

background-color css

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

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

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

border-color css

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

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

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