Html Css Color HEX #821C98 Vivid Violet

📋 copy color: '#821C98'

red 130 ◦ green 28 ◦ blue 152

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

Shades of Vivid Violet #821C98

Tints of Vivid Violet #821C98

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

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

R = 41.94%
G = 9.03%
B = 49.03%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#821C98 (or 0x821C98) is known color: Vivid Violet. HEX triplet: 82, 1C and 98. RGB value is (130,28,152). Sum of RGB (Red+Green+Blue) = 130+28+152=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #821C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C98 is #7DE367. Grayscale: #484848. Windows color (decimal): -8250216 or 9968770. OLE color: 9968770.

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

Color convert

RGB 130 28 152 -
CMYK 0.14 0.82 0 0.40
HSL 289.35º 0.69% 0.35% -
HSV(B) 289.35º 0.82% 0.6% -
XYZ 15.29 7.84 30.41 -
YUV 72.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 130 28 152 0.14 0.82 0 0.40 289.35 0.69 0.35
Hex 82 1C 98 E 52 0 28 121 45 23
Octal 202 34 230 16 122 0 50 441 105 43
Binary 10000010 11100 10011000 1110 1010010 0 101000 100100001 1000101 100011

Color Harmonies of #821C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C98

Black with #821C98

Text Example


Text Example

White with #821C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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