Html Css Color HEX #8019BB Dark Orchid

📋 copy color: '#8019BB'

red 128 ◦ green 25 ◦ blue 187

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

Shades of Dark Orchid #8019BB

Tints of Dark Orchid #8019BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55%

R = 37.65%
G = 7.35%
B = 55%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8019BB (or 0x8019BB) is known color: Dark Orchid. HEX triplet: 80, 19 and BB. RGB value is (128,25,187). Sum of RGB (Red+Green+Blue) = 128+25+187=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #8019BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8019BB is #7FE644. Grayscale: #494949. Windows color (decimal): -8382021 or 12261760. OLE color: 12261760.

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

Color convert

RGB 128 25 187 -
CMYK 0.32 0.87 0 0.27
HSL 278.15º 0.76% 0.42% -
HSV(B) 278.15º 0.87% 0.73% -
XYZ 18.22 8.87 47.77 -
YUV 74.27 191.62 166.33 -
System Red Green Blue C M Y K H S L
Decimal 128 25 187 0.32 0.87 0 0.27 278.15 0.76 0.42
Hex 80 19 BB 20 57 0 1B 116 4C 2A
Octal 200 31 273 40 127 0 33 426 114 52
Binary 10000000 11001 10111011 100000 1010111 0 11011 100010110 1001100 101010

Color Harmonies of #8019BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8019BB

Black with #8019BB

Text Example


Text Example

White with #8019BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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