Html Css Color HEX #820FF4 Blue Violet

📋 copy color: '#820FF4'

red 130 ◦ green 15 ◦ blue 244

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

Shades of Blue Violet #820FF4

Tints of Blue Violet #820FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 62.72%

R = 33.42%
G = 3.86%
B = 62.72%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#820FF4 (or 0x820FF4) is known color: Blue Violet. HEX triplet: 82, 0F and F4. RGB value is (130,15,244). Sum of RGB (Red+Green+Blue) = 130+15+244=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 244 (95.70% from 255 or 62.72% from 389); Max value from RGB is 244 - color contains mainly: blue. Hex color #820FF4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #820FF4 is #7DF00B. Grayscale: #4A4A4A. Windows color (decimal): -8253452 or 15994754. OLE color: 15994754.

HSL color Cylindrical-coordinate representation of color #820FF4: hue angle of 270.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820FF4 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 15 244 -
CMYK 0.47 0.94 0 0.04
HSL 270.13º 0.91% 0.51% -
HSV(B) 270.13º 0.94% 0.96% -
XYZ 25.71 11.62 86.48 -
YUV 75.49 223.1 166.88 -
System Red Green Blue C M Y K H S L
Decimal 130 15 244 0.47 0.94 0 0.04 270.13 0.91 0.51
Hex 82 F F4 2F 5E 0 4 10E 5B 33
Octal 202 17 364 57 136 0 4 416 133 63
Binary 10000010 1111 11110100 101111 1011110 0 100 100001110 1011011 110011

Color Harmonies of #820FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820FF4

Black with #820FF4

Text Example


Text Example

White with #820FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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