Html Css Color HEX #8010CD Dark Violet

📋 copy color: '#8010CD'

red 128 ◦ green 16 ◦ blue 205

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

Shades of Dark Violet #8010CD

Tints of Dark Violet #8010CD

RGB

 RED value IS 128 (50.39% from 255) = 36.68%

 GREEN value IS 16 (6.64% from 255) = 4.58%

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 36.68%
G = 4.58%
B = 58.74%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8010CD (or 0x8010CD) is known color: Dark Violet. HEX triplet: 80, 10 and CD. RGB value is (128,16,205). Sum of RGB (Red+Green+Blue) = 128+16+205=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #8010CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010CD is #7FEF32. Grayscale: #464646. Windows color (decimal): -8384307 or 13439104. OLE color: 13439104.

HSL color Cylindrical-coordinate representation of color #8010CD: hue angle of 275.56º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8010CD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 16 205 -
CMYK 0.38 0.92 0 0.20
HSL 275.56º 0.86% 0.43% -
HSV(B) 275.56º 0.92% 0.8% -
XYZ 20.11 9.37 58.51 -
YUV 71.03 203.61 168.63 -
System Red Green Blue C M Y K H S L
Decimal 128 16 205 0.38 0.92 0 0.20 275.56 0.86 0.43
Hex 80 10 CD 26 5C 0 14 114 56 2B
Octal 200 20 315 46 134 0 24 424 126 53
Binary 10000000 10000 11001101 100110 1011100 0 10100 100010100 1010110 101011

Color Harmonies of #8010CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010CD

Black with #8010CD

Text Example


Text Example

White with #8010CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8010CD; }

 p { color: rgb(128,16,205); }

 H1.HeaderClassName
 {
   color: #8010CD;
 }
 .AnyTagClassName
 {
   color: #8010CD;
 }
</style>

background-color css

<style>
 a { background-color: #8010CD; }

 a { background-color: rgb(128,16,205); }

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

border-color css

<style>
 span { border-color: #8010CD; }

 span { border-color: rgb(128,16,205); }

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