Html Css Color HEX #8A20B3 Dark Orchid

📋 copy color: '#8A20B3'

red 138 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #8A20B3

Tints of Dark Orchid #8A20B3

RGB

 RED value IS 138 (54.3% from 255) = 39.54%

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

 BLUE value IS 179 (70.31% from 255) = 51.29%

R = 39.54%
G = 9.17%
B = 51.29%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8A20B3 (or 0x8A20B3) is known color: Dark Orchid. HEX triplet: 8A, 20 and B3. RGB value is (138,32,179). Sum of RGB (Red+Green+Blue) = 138+32+179=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A20B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20B3 is #75DF4C. Grayscale: #4F4F4F. Windows color (decimal): -7724877 or 11739274. OLE color: 11739274.

HSL color Cylindrical-coordinate representation of color #8A20B3: hue angle of 283.27º 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 #8A20B3 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 32 179 -
CMYK 0.23 0.82 0 0.30
HSL 283.27º 0.7% 0.41% -
HSV(B) 283.27º 0.82% 0.7% -
XYZ 19.13 9.69 43.51 -
YUV 80.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 138 32 179 0.23 0.82 0 0.30 283.27 0.7 0.41
Hex 8A 20 B3 17 52 0 1E 11B 46 29
Octal 212 40 263 27 122 0 36 433 106 51
Binary 10001010 100000 10110011 10111 1010010 0 11110 100011011 1000110 101001

Color Harmonies of #8A20B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A20B3

Black with #8A20B3

Text Example


Text Example

White with #8A20B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A20B3; }

 p { color: rgb(138,32,179); }

 H1.HeaderClassName
 {
   color: #8A20B3;
 }
 .AnyTagClassName
 {
   color: #8A20B3;
 }
</style>

background-color css

<style>
 a { background-color: #8A20B3; }

 a { background-color: rgb(138,32,179); }

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

border-color css

<style>
 span { border-color: #8A20B3; }

 span { border-color: rgb(138,32,179); }

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