Html Css Color HEX #821B9E Vivid Violet

📋 copy color: '#821B9E'

red 130 ◦ green 27 ◦ blue 158

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

Shades of Vivid Violet #821B9E

Tints of Vivid Violet #821B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.57%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 41.27%
G = 8.57%
B = 50.16%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#821B9E (or 0x821B9E) is known color: Vivid Violet. HEX triplet: 82, 1B and 9E. RGB value is (130,27,158). Sum of RGB (Red+Green+Blue) = 130+27+158=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #821B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821B9E is #7DE461. Grayscale: #484848. Windows color (decimal): -8250466 or 10361730. OLE color: 10361730.

HSL color Cylindrical-coordinate representation of color #821B9E: hue angle of 287.18º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821B9E is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 27 158 -
CMYK 0.18 0.83 0 0.38
HSL 287.18º 0.71% 0.36% -
HSV(B) 287.18º 0.83% 0.62% -
XYZ 15.77 8 33.06 -
YUV 72.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 130 27 158 0.18 0.83 0 0.38 287.18 0.71 0.36
Hex 82 1B 9E 12 53 0 26 11F 47 24
Octal 202 33 236 22 123 0 46 437 107 44
Binary 10000010 11011 10011110 10010 1010011 0 100110 100011111 1000111 100100

Color Harmonies of #821B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B9E

Black with #821B9E

Text Example


Text Example

White with #821B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,158); }

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

background-color css

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

 a { background-color: rgb(130,27,158); }

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

border-color css

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

 span { border-color: rgb(130,27,158); }

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