Html Css Color HEX #8010BF Dark Violet

📋 copy color: '#8010BF'

red 128 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #8010BF

Tints of Dark Violet #8010BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.01%

R = 38.21%
G = 4.78%
B = 57.01%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8010BF (or 0x8010BF) is known color: Dark Violet. HEX triplet: 80, 10 and BF. RGB value is (128,16,191). Sum of RGB (Red+Green+Blue) = 128+16+191=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #8010BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010BF is #7FEF40. Grayscale: #444444. Windows color (decimal): -8384321 or 12521600. OLE color: 12521600.

HSL color Cylindrical-coordinate representation of color #8010BF: hue angle of 278.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8010BF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 16 191 -
CMYK 0.33 0.92 0 0.25
HSL 278.4º 0.85% 0.41% -
HSV(B) 278.4º 0.92% 0.75% -
XYZ 18.49 8.72 50 -
YUV 69.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 128 16 191 0.33 0.92 0 0.25 278.4 0.85 0.41
Hex 80 10 BF 21 5C 0 19 116 55 29
Octal 200 20 277 41 134 0 31 426 125 51
Binary 10000000 10000 10111111 100001 1011100 0 11001 100010110 1010101 101001

Color Harmonies of #8010BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010BF

Black with #8010BF

Text Example


Text Example

White with #8010BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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