Html Css Color HEX #8A20CD Dark Orchid

📋 copy color: '#8A20CD'

red 138 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #8A20CD

Tints of Dark Orchid #8A20CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 36.8%
G = 8.53%
B = 54.67%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A20CD (or 0x8A20CD) is known color: Dark Orchid. HEX triplet: 8A, 20 and CD. RGB value is (138,32,205). Sum of RGB (Red+Green+Blue) = 138+32+205=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20CD is #75DF32. Grayscale: #525252. Windows color (decimal): -7724851 or 13443210. OLE color: 13443210.

HSL color Cylindrical-coordinate representation of color #8A20CD: hue angle of 276.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A20CD is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 32 205 -
CMYK 0.33 0.84 0 0.20
HSL 276.76º 0.73% 0.46% -
HSV(B) 276.76º 0.84% 0.8% -
XYZ 22.02 10.84 58.69 -
YUV 83.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 138 32 205 0.33 0.84 0 0.20 276.76 0.73 0.46
Hex 8A 20 CD 21 54 0 14 115 49 2E
Octal 212 40 315 41 124 0 24 425 111 56
Binary 10001010 100000 11001101 100001 1010100 0 10100 100010101 1001001 101110

Color Harmonies of #8A20CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A20CD

Black with #8A20CD

Text Example


Text Example

White with #8A20CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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