Html Css Color HEX #820CDD Dark Violet

📋 copy color: '#820CDD'

red 130 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #820CDD

Tints of Dark Violet #820CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 35.81%
G = 3.31%
B = 60.88%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#820CDD (or 0x820CDD) is known color: Dark Violet. HEX triplet: 82, 0C and DD. RGB value is (130,12,221). Sum of RGB (Red+Green+Blue) = 130+12+221=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #820CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CDD is #7DF322. Grayscale: #464646. Windows color (decimal): -8254243 or 14486658. OLE color: 14486658.

HSL color Cylindrical-coordinate representation of color #820CDD: hue angle of 273.88º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820CDD is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 12 221 -
CMYK 0.41 0.95 0 0.13
HSL 273.88º 0.9% 0.46% -
HSV(B) 273.88º 0.95% 0.87% -
XYZ 22.39 10.23 69.2 -
YUV 71.11 212.59 170.01 -
System Red Green Blue C M Y K H S L
Decimal 130 12 221 0.41 0.95 0 0.13 273.88 0.9 0.46
Hex 82 C DD 29 5F 0 D 112 5A 2E
Octal 202 14 335 51 137 0 15 422 132 56
Binary 10000010 1100 11011101 101001 1011111 0 1101 100010010 1011010 101110

Color Harmonies of #820CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CDD

Black with #820CDD

Text Example


Text Example

White with #820CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,12,221); }

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

background-color css

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

 a { background-color: rgb(130,12,221); }

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

border-color css

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

 span { border-color: rgb(130,12,221); }

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