Html Css Color HEX #821A98 Vivid Violet

📋 copy color: '#821A98'

red 130 ◦ green 26 ◦ blue 152

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

Shades of Vivid Violet #821A98

Tints of Vivid Violet #821A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

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

R = 42.21%
G = 8.44%
B = 49.35%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#821A98 (or 0x821A98) is known color: Vivid Violet. HEX triplet: 82, 1A and 98. RGB value is (130,26,152). Sum of RGB (Red+Green+Blue) = 130+26+152=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #821A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A98 is #7DE567. Grayscale: #474747. Windows color (decimal): -8250728 or 9968258. OLE color: 9968258.

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

Color convert

RGB 130 26 152 -
CMYK 0.14 0.83 0 0.40
HSL 289.52º 0.71% 0.35% -
HSV(B) 289.52º 0.83% 0.6% -
XYZ 15.24 7.75 30.4 -
YUV 71.46 173.46 169.75 -
System Red Green Blue C M Y K H S L
Decimal 130 26 152 0.14 0.83 0 0.40 289.52 0.71 0.35
Hex 82 1A 98 E 53 0 28 122 47 23
Octal 202 32 230 16 123 0 50 442 107 43
Binary 10000010 11010 10011000 1110 1010011 0 101000 100100010 1000111 100011

Color Harmonies of #821A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A98

Black with #821A98

Text Example


Text Example

White with #821A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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