Html Css Color HEX #820FEF Blue Violet

📋 copy color: '#820FEF'

red 130 ◦ green 15 ◦ blue 239

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

Shades of Blue Violet #820FEF

Tints of Blue Violet #820FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

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

R = 33.85%
G = 3.91%
B = 62.24%

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

#820FEF (or 0x820FEF) is known color: Blue Violet. HEX triplet: 82, 0F and EF. RGB value is (130,15,239). Sum of RGB (Red+Green+Blue) = 130+15+239=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #820FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FEF is #7DF010. Grayscale: #4A4A4A. Windows color (decimal): -8253457 or 15667074. OLE color: 15667074.

HSL color Cylindrical-coordinate representation of color #820FEF: hue angle of 270.8º degrees, saturation: 0.88, 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 #820FEF is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 130 15 239 -
CMYK 0.46 0.94 0 0.06
HSL 270.8º 0.88% 0.5% -
HSV(B) 270.8º 0.94% 0.94% -
XYZ 24.96 11.32 82.53 -
YUV 74.92 220.6 167.29 -
System Red Green Blue C M Y K H S L
Decimal 130 15 239 0.46 0.94 0 0.06 270.8 0.88 0.5
Hex 82 F EF 2E 5E 0 6 10F 58 32
Octal 202 17 357 56 136 0 6 417 130 62
Binary 10000010 1111 11101111 101110 1011110 0 110 100001111 1011000 110010

Color Harmonies of #820FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FEF

Black with #820FEF

Text Example


Text Example

White with #820FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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