Html Css Color HEX #8020BD Dark Orchid

📋 copy color: '#8020BD'

red 128 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #8020BD

Tints of Dark Orchid #8020BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

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

R = 36.68%
G = 9.17%
B = 54.15%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8020BD (or 0x8020BD) is known color: Dark Orchid. HEX triplet: 80, 20 and BD. RGB value is (128,32,189). Sum of RGB (Red+Green+Blue) = 128+32+189=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #8020BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020BD is #7FDF42. Grayscale: #4E4E4E. Windows color (decimal): -8380227 or 12394624. OLE color: 12394624.

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

Color convert

RGB 128 32 189 -
CMYK 0.32 0.83 0 0.26
HSL 276.69º 0.71% 0.43% -
HSV(B) 276.69º 0.83% 0.74% -
XYZ 18.6 9.3 48.96 -
YUV 78.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 128 32 189 0.32 0.83 0 0.26 276.69 0.71 0.43
Hex 80 20 BD 20 53 0 1A 115 47 2B
Octal 200 40 275 40 123 0 32 425 107 53
Binary 10000000 100000 10111101 100000 1010011 0 11010 100010101 1000111 101011

Color Harmonies of #8020BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020BD

Black with #8020BD

Text Example


Text Example

White with #8020BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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