Html Css Color HEX #8020B2 Dark Orchid

📋 copy color: '#8020B2'

red 128 ◦ green 32 ◦ blue 178

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

Shades of Dark Orchid #8020B2

Tints of Dark Orchid #8020B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.66%

R = 37.87%
G = 9.47%
B = 52.66%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8020B2 (or 0x8020B2) is known color: Dark Orchid. HEX triplet: 80, 20 and B2. RGB value is (128,32,178). Sum of RGB (Red+Green+Blue) = 128+32+178=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #8020B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8020B2 is #7FDF4D. Grayscale: #4C4C4C. Windows color (decimal): -8380238 or 11673728. OLE color: 11673728.

HSL color Cylindrical-coordinate representation of color #8020B2: hue angle of 279.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8020B2 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 32 178 -
CMYK 0.28 0.82 0 0.30
HSL 279.45º 0.7% 0.41% -
HSV(B) 279.45º 0.82% 0.7% -
XYZ 17.45 8.84 42.91 -
YUV 77.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 128 32 178 0.28 0.82 0 0.30 279.45 0.7 0.41
Hex 80 20 B2 1C 52 0 1E 117 46 29
Octal 200 40 262 34 122 0 36 427 106 51
Binary 10000000 100000 10110010 11100 1010010 0 11110 100010111 1000110 101001

Color Harmonies of #8020B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8020B2

Black with #8020B2

Text Example


Text Example

White with #8020B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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