Html Css Color HEX #820EEF Blue Violet

📋 copy color: '#820EEF'

red 130 ◦ green 14 ◦ blue 239

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

Shades of Blue Violet #820EEF

Tints of Blue Violet #820EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.66%

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 33.94%
G = 3.66%
B = 62.4%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#820EEF (or 0x820EEF) is known color: Blue Violet. HEX triplet: 82, 0E and EF. RGB value is (130,14,239). Sum of RGB (Red+Green+Blue) = 130+14+239=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #820EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820EEF is #7DF110. Grayscale: #494949. Windows color (decimal): -8253713 or 15666818. OLE color: 15666818.

HSL color Cylindrical-coordinate representation of color #820EEF: hue angle of 270.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EEF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 14 239 -
CMYK 0.46 0.94 0 0.06
HSL 270.93º 0.89% 0.5% -
HSV(B) 270.93º 0.94% 0.94% -
XYZ 24.94 11.29 82.53 -
YUV 74.33 220.93 167.7 -
System Red Green Blue C M Y K H S L
Decimal 130 14 239 0.46 0.94 0 0.06 270.93 0.89 0.5
Hex 82 E EF 2E 5E 0 6 10F 59 32
Octal 202 16 357 56 136 0 6 417 131 62
Binary 10000010 1110 11101111 101110 1011110 0 110 100001111 1011001 110010

Color Harmonies of #820EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EEF

Black with #820EEF

Text Example


Text Example

White with #820EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820EEF; }

 p { color: rgb(130,14,239); }

 H1.HeaderClassName
 {
   color: #820EEF;
 }
 .AnyTagClassName
 {
   color: #820EEF;
 }
</style>

background-color css

<style>
 a { background-color: #820EEF; }

 a { background-color: rgb(130,14,239); }

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

border-color css

<style>
 span { border-color: #820EEF; }

 span { border-color: rgb(130,14,239); }

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