Html Css Color HEX #8017BA Dark Violet

📋 copy color: '#8017BA'

red 128 ◦ green 23 ◦ blue 186

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

Shades of Dark Violet #8017BA

Tints of Dark Violet #8017BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 37.98%
G = 6.82%
B = 55.19%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8017BA (or 0x8017BA) is known color: Dark Violet. HEX triplet: 80, 17 and BA. RGB value is (128,23,186). Sum of RGB (Red+Green+Blue) = 128+23+186=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #8017BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017BA is #7FE845. Grayscale: #484848. Windows color (decimal): -8382534 or 12195712. OLE color: 12195712.

HSL color Cylindrical-coordinate representation of color #8017BA: hue angle of 278.65º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8017BA is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 23 186 -
CMYK 0.31 0.88 0 0.27
HSL 278.65º 0.78% 0.41% -
HSV(B) 278.65º 0.88% 0.73% -
XYZ 18.07 8.75 47.19 -
YUV 72.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 128 23 186 0.31 0.88 0 0.27 278.65 0.78 0.41
Hex 80 17 BA 1F 58 0 1B 117 4E 29
Octal 200 27 272 37 130 0 33 427 116 51
Binary 10000000 10111 10111010 11111 1011000 0 11011 100010111 1001110 101001

Color Harmonies of #8017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8017BA

Black with #8017BA

Text Example


Text Example

White with #8017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8017BA; }

 p { color: rgb(128,23,186); }

 H1.HeaderClassName
 {
   color: #8017BA;
 }
 .AnyTagClassName
 {
   color: #8017BA;
 }
</style>

background-color css

<style>
 a { background-color: #8017BA; }

 a { background-color: rgb(128,23,186); }

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

border-color css

<style>
 span { border-color: #8017BA; }

 span { border-color: rgb(128,23,186); }

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