Html Css Color HEX #820FE1 Blue Violet

📋 copy color: '#820FE1'

red 130 ◦ green 15 ◦ blue 225

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

Shades of Blue Violet #820FE1

Tints of Blue Violet #820FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.81%

R = 35.14%
G = 4.05%
B = 60.81%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#820FE1 (or 0x820FE1) is known color: Blue Violet. HEX triplet: 82, 0F and E1. RGB value is (130,15,225). Sum of RGB (Red+Green+Blue) = 130+15+225=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #820FE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FE1 is #7DF01E. Grayscale: #484848. Windows color (decimal): -8253471 or 14749570. OLE color: 14749570.

HSL color Cylindrical-coordinate representation of color #820FE1: hue angle of 272.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FE1 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 15 225 -
CMYK 0.42 0.93 0 0.12
HSL 272.86º 0.88% 0.47% -
HSV(B) 272.86º 0.93% 0.88% -
XYZ 22.97 10.52 72.05 -
YUV 73.33 213.6 168.42 -
System Red Green Blue C M Y K H S L
Decimal 130 15 225 0.42 0.93 0 0.12 272.86 0.88 0.47
Hex 82 F E1 2A 5D 0 C 111 58 2F
Octal 202 17 341 52 135 0 14 421 130 57
Binary 10000010 1111 11100001 101010 1011101 0 1100 100010001 1011000 101111

Color Harmonies of #820FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FE1

Black with #820FE1

Text Example


Text Example

White with #820FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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