Html Css Color HEX #8019BA Dark Orchid

📋 copy color: '#8019BA'

red 128 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #8019BA

Tints of Dark Orchid #8019BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

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

R = 37.76%
G = 7.37%
B = 54.87%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8019BA (or 0x8019BA) is known color: Dark Orchid. HEX triplet: 80, 19 and BA. RGB value is (128,25,186). Sum of RGB (Red+Green+Blue) = 128+25+186=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8019BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019BA is #7FE645. Grayscale: #494949. Windows color (decimal): -8382022 or 12196224. OLE color: 12196224.

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

Color convert

RGB 128 25 186 -
CMYK 0.31 0.87 0 0.27
HSL 278.39º 0.76% 0.41% -
HSV(B) 278.39º 0.87% 0.73% -
XYZ 18.11 8.83 47.2 -
YUV 74.15 191.12 166.41 -
System Red Green Blue C M Y K H S L
Decimal 128 25 186 0.31 0.87 0 0.27 278.39 0.76 0.41
Hex 80 19 BA 1F 57 0 1B 116 4C 29
Octal 200 31 272 37 127 0 33 426 114 51
Binary 10000000 11001 10111010 11111 1010111 0 11011 100010110 1001100 101001

Color Harmonies of #8019BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019BA

Black with #8019BA

Text Example


Text Example

White with #8019BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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