Html Css Color HEX #820BE2 Dark Violet

📋 copy color: '#820BE2'

red 130 ◦ green 11 ◦ blue 226

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

Shades of Dark Violet #820BE2

Tints of Dark Violet #820BE2

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 226 (88.67% from 255) = 61.58%

R = 35.42%
G = 3%
B = 61.58%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#820BE2 (or 0x820BE2) is known color: Dark Violet. HEX triplet: 82, 0B and E2. RGB value is (130,11,226). Sum of RGB (Red+Green+Blue) = 130+11+226=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 226 (88.67% from 255 or 61.58% from 367); Max value from RGB is 226 - color contains mainly: blue. Hex color #820BE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BE2 is #7DF41D. Grayscale: #464646. Windows color (decimal): -8254494 or 14814082. OLE color: 14814082.

HSL color Cylindrical-coordinate representation of color #820BE2: hue angle of 273.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820BE2 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 11 226 -
CMYK 0.42 0.95 0 0.11
HSL 273.21º 0.91% 0.46% -
HSV(B) 273.21º 0.95% 0.89% -
XYZ 23.05 10.48 72.76 -
YUV 71.09 215.42 170.02 -
System Red Green Blue C M Y K H S L
Decimal 130 11 226 0.42 0.95 0 0.11 273.21 0.91 0.46
Hex 82 B E2 2A 5F 0 B 111 5B 2E
Octal 202 13 342 52 137 0 13 421 133 56
Binary 10000010 1011 11100010 101010 1011111 0 1011 100010001 1011011 101110

Color Harmonies of #820BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BE2

Black with #820BE2

Text Example


Text Example

White with #820BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,11,226); }

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

background-color css

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

 a { background-color: rgb(130,11,226); }

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

border-color css

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

 span { border-color: rgb(130,11,226); }

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