Html Css Color HEX #820DEE Blue Violet

📋 copy color: '#820DEE'

red 130 ◦ green 13 ◦ blue 238

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

Shades of Blue Violet #820DEE

Tints of Blue Violet #820DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.41%

 BLUE value IS 238 (93.36% from 255) = 62.47%

R = 34.12%
G = 3.41%
B = 62.47%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#820DEE (or 0x820DEE) is known color: Blue Violet. HEX triplet: 82, 0D and EE. RGB value is (130,13,238). Sum of RGB (Red+Green+Blue) = 130+13+238=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #820DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820DEE is #7DF211. Grayscale: #484848. Windows color (decimal): -8253970 or 15601026. OLE color: 15601026.

HSL color Cylindrical-coordinate representation of color #820DEE: hue angle of 271.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820DEE is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 13 238 -
CMYK 0.45 0.95 0 0.07
HSL 271.2º 0.9% 0.49% -
HSV(B) 271.2º 0.95% 0.93% -
XYZ 24.78 11.21 81.75 -
YUV 73.63 220.76 168.2 -
System Red Green Blue C M Y K H S L
Decimal 130 13 238 0.45 0.95 0 0.07 271.2 0.9 0.49
Hex 82 D EE 2D 5F 0 7 10F 5A 31
Octal 202 15 356 55 137 0 7 417 132 61
Binary 10000010 1101 11101110 101101 1011111 0 111 100001111 1011010 110001

Color Harmonies of #820DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DEE

Black with #820DEE

Text Example


Text Example

White with #820DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,13,238); }

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

background-color css

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

 a { background-color: rgb(130,13,238); }

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

border-color css

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

 span { border-color: rgb(130,13,238); }

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