Html Css Color HEX #820CDF Dark Violet

📋 copy color: '#820CDF'

red 130 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #820CDF

Tints of Dark Violet #820CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 35.62%
G = 3.29%
B = 61.1%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#820CDF (or 0x820CDF) is known color: Dark Violet. HEX triplet: 82, 0C and DF. RGB value is (130,12,223). Sum of RGB (Red+Green+Blue) = 130+12+223=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #820CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820CDF is #7DF320. Grayscale: #464646. Windows color (decimal): -8254241 or 14617730. OLE color: 14617730.

HSL color Cylindrical-coordinate representation of color #820CDF: hue angle of 273.55º 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 #820CDF is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 12 223 -
CMYK 0.42 0.95 0 0.13
HSL 273.55º 0.9% 0.46% -
HSV(B) 273.55º 0.95% 0.87% -
XYZ 22.66 10.34 70.61 -
YUV 71.34 213.59 169.84 -
System Red Green Blue C M Y K H S L
Decimal 130 12 223 0.42 0.95 0 0.13 273.55 0.9 0.46
Hex 82 C DF 2A 5F 0 D 112 5A 2E
Octal 202 14 337 52 137 0 15 422 132 56
Binary 10000010 1100 11011111 101010 1011111 0 1101 100010010 1011010 101110

Color Harmonies of #820CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820CDF

Black with #820CDF

Text Example


Text Example

White with #820CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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