Html Css Color HEX #821998 Vivid Violet

📋 copy color: '#821998'

red 130 ◦ green 25 ◦ blue 152

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

Shades of Vivid Violet #821998

Tints of Vivid Violet #821998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

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

R = 42.35%
G = 8.14%
B = 49.51%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#821998 (or 0x821998) is known color: Vivid Violet. HEX triplet: 82, 19 and 98. RGB value is (130,25,152). Sum of RGB (Red+Green+Blue) = 130+25+152=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #821998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821998 is #7DE667. Grayscale: #464646. Windows color (decimal): -8250984 or 9968002. OLE color: 9968002.

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

Color convert

RGB 130 25 152 -
CMYK 0.14 0.84 0 0.40
HSL 289.61º 0.72% 0.35% -
HSV(B) 289.61º 0.84% 0.6% -
XYZ 15.22 7.71 30.39 -
YUV 70.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 130 25 152 0.14 0.84 0 0.40 289.61 0.72 0.35
Hex 82 19 98 E 54 0 28 122 48 23
Octal 202 31 230 16 124 0 50 442 110 43
Binary 10000010 11001 10011000 1110 1010100 0 101000 100100010 1001000 100011

Color Harmonies of #821998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821998

Black with #821998

Text Example


Text Example

White with #821998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821998; }

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

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

background-color css

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

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

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

border-color css

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

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

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