Html Css Color HEX #8010BD Dark Violet

📋 copy color: '#8010BD'

red 128 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #8010BD

Tints of Dark Violet #8010BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.76%

R = 38.44%
G = 4.8%
B = 56.76%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8010BD (or 0x8010BD) is known color: Dark Violet. HEX triplet: 80, 10 and BD. RGB value is (128,16,189). Sum of RGB (Red+Green+Blue) = 128+16+189=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #8010BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8010BD is #7FEF42. Grayscale: #444444. Windows color (decimal): -8384323 or 12390528. OLE color: 12390528.

HSL color Cylindrical-coordinate representation of color #8010BD: hue angle of 278.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8010BD is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 16 189 -
CMYK 0.32 0.92 0 0.26
HSL 278.84º 0.84% 0.4% -
HSV(B) 278.84º 0.92% 0.74% -
XYZ 18.27 8.63 48.85 -
YUV 69.21 195.61 169.93 -
System Red Green Blue C M Y K H S L
Decimal 128 16 189 0.32 0.92 0 0.26 278.84 0.84 0.4
Hex 80 10 BD 20 5C 0 1A 117 54 28
Octal 200 20 275 40 134 0 32 427 124 50
Binary 10000000 10000 10111101 100000 1011100 0 11010 100010111 1010100 101000

Color Harmonies of #8010BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010BD

Black with #8010BD

Text Example


Text Example

White with #8010BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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