Html Css Color HEX #8A20CC Dark Orchid

📋 copy color: '#8A20CC'

red 138 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #8A20CC

Tints of Dark Orchid #8A20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 36.9%
G = 8.56%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A20CC (or 0x8A20CC) is known color: Dark Orchid. HEX triplet: 8A, 20 and CC. RGB value is (138,32,204). Sum of RGB (Red+Green+Blue) = 138+32+204=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A20CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20CC is #75DF33. Grayscale: #525252. Windows color (decimal): -7724852 or 13377674. OLE color: 13377674.

HSL color Cylindrical-coordinate representation of color #8A20CC: hue angle of 276.98º 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 #8A20CC is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 32 204 -
CMYK 0.32 0.84 0 0.2
HSL 276.98º 0.73% 0.46% -
HSV(B) 276.98º 0.84% 0.8% -
XYZ 21.9 10.8 58.06 -
YUV 83.3 196.12 167.01 -
System Red Green Blue C M Y K H S L
Decimal 138 32 204 0.32 0.84 0 0.2 276.98 0.73 0.46
Hex 8A 20 CC 20 54 0 14 115 49 2E
Octal 212 40 314 40 124 0 24 425 111 56
Binary 10001010 100000 11001100 100000 1010100 0 10100 100010101 1001001 101110

Color Harmonies of #8A20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A20CC

Black with #8A20CC

Text Example


Text Example

White with #8A20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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