Html Css Color HEX #820BC8 Dark Violet

📋 copy color: '#820BC8'

red 130 ◦ green 11 ◦ blue 200

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

Shades of Dark Violet #820BC8

Tints of Dark Violet #820BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 58.65%

R = 38.12%
G = 3.23%
B = 58.65%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#820BC8 (or 0x820BC8) is known color: Dark Violet. HEX triplet: 82, 0B and C8. RGB value is (130,11,200). Sum of RGB (Red+Green+Blue) = 130+11+200=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #820BC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BC8 is #7DF437. Grayscale: #434343. Windows color (decimal): -8254520 or 13110146. OLE color: 13110146.

HSL color Cylindrical-coordinate representation of color #820BC8: hue angle of 277.78º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820BC8 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 11 200 -
CMYK 0.35 0.94 0 0.22
HSL 277.78º 0.9% 0.41% -
HSV(B) 277.78º 0.95% 0.78% -
XYZ 19.75 9.16 55.37 -
YUV 68.13 202.42 172.13 -
System Red Green Blue C M Y K H S L
Decimal 130 11 200 0.35 0.94 0 0.22 277.78 0.9 0.41
Hex 82 B C8 23 5E 0 16 116 5A 29
Octal 202 13 310 43 136 0 26 426 132 51
Binary 10000010 1011 11001000 100011 1011110 0 10110 100010110 1011010 101001

Color Harmonies of #820BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BC8

Black with #820BC8

Text Example


Text Example

White with #820BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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