Html Css Color HEX #821EEA Blue Violet

📋 copy color: '#821EEA'

red 130 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #821EEA

Tints of Blue Violet #821EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 32.99%
G = 7.61%
B = 59.39%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#821EEA (or 0x821EEA) is known color: Blue Violet. HEX triplet: 82, 1E and EA. RGB value is (130,30,234). Sum of RGB (Red+Green+Blue) = 130+30+234=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #821EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821EEA is #7DE115. Grayscale: #525252. Windows color (decimal): -8249622 or 15343234. OLE color: 15343234.

HSL color Cylindrical-coordinate representation of color #821EEA: hue angle of 269.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821EEA is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 30 234 -
CMYK 0.44 0.87 0 0.08
HSL 269.41º 0.83% 0.52% -
HSV(B) 269.41º 0.87% 0.92% -
XYZ 24.52 11.61 78.79 -
YUV 83.16 213.13 161.41 -
System Red Green Blue C M Y K H S L
Decimal 130 30 234 0.44 0.87 0 0.08 269.41 0.83 0.52
Hex 82 1E EA 2C 57 0 8 10D 53 34
Octal 202 36 352 54 127 0 10 415 123 64
Binary 10000010 11110 11101010 101100 1010111 0 1000 100001101 1010011 110100

Color Harmonies of #821EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EEA

Black with #821EEA

Text Example


Text Example

White with #821EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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