Html Css Color HEX #821E94 Vivid Violet

📋 copy color: '#821E94'

red 130 ◦ green 30 ◦ blue 148

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

Shades of Vivid Violet #821E94

Tints of Vivid Violet #821E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

 BLUE value IS 148 (58.2% from 255) = 48.05%

R = 42.21%
G = 9.74%
B = 48.05%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#821E94 (or 0x821E94) is known color: Vivid Violet. HEX triplet: 82, 1E and 94. RGB value is (130,30,148). Sum of RGB (Red+Green+Blue) = 130+30+148=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #821E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E94 is #7DE16B. Grayscale: #484848. Windows color (decimal): -8249708 or 9707138. OLE color: 9707138.

HSL color Cylindrical-coordinate representation of color #821E94: hue angle of 290.85º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821E94 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 30 148 -
CMYK 0.12 0.80 0 0.42
HSL 290.85º 0.66% 0.35% -
HSV(B) 290.85º 0.8% 0.58% -
XYZ 15.02 7.81 28.73 -
YUV 73.35 170.13 168.41 -
System Red Green Blue C M Y K H S L
Decimal 130 30 148 0.12 0.80 0 0.42 290.85 0.66 0.35
Hex 82 1E 94 C 50 0 2A 123 42 23
Octal 202 36 224 14 120 0 52 443 102 43
Binary 10000010 11110 10010100 1100 1010000 0 101010 100100011 1000010 100011

Color Harmonies of #821E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E94

Black with #821E94

Text Example


Text Example

White with #821E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,30,148); }

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

background-color css

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

 a { background-color: rgb(130,30,148); }

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

border-color css

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

 span { border-color: rgb(130,30,148); }

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