Html Css Color HEX #820BBE Dark Violet

📋 copy color: '#820BBE'

red 130 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #820BBE

Tints of Dark Violet #820BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 39.27%
G = 3.32%
B = 57.4%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#820BBE (or 0x820BBE) is known color: Dark Violet. HEX triplet: 82, 0B and BE. RGB value is (130,11,190). Sum of RGB (Red+Green+Blue) = 130+11+190=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #820BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BBE is #7DF441. Grayscale: #424242. Windows color (decimal): -8254530 or 12454786. OLE color: 12454786.

HSL color Cylindrical-coordinate representation of color #820BBE: hue angle of 279.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BBE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 11 190 -
CMYK 0.32 0.94 0 0.25
HSL 279.89º 0.89% 0.39% -
HSV(B) 279.89º 0.94% 0.75% -
XYZ 18.62 8.7 49.41 -
YUV 66.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 130 11 190 0.32 0.94 0 0.25 279.89 0.89 0.39
Hex 82 B BE 20 5E 0 19 118 59 27
Octal 202 13 276 40 136 0 31 430 131 47
Binary 10000010 1011 10111110 100000 1011110 0 11001 100011000 1011001 100111

Color Harmonies of #820BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BBE

Black with #820BBE

Text Example


Text Example

White with #820BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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