Html Css Color HEX #8A20BC Dark Orchid

📋 copy color: '#8A20BC'

red 138 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #8A20BC

Tints of Dark Orchid #8A20BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 38.55%
G = 8.94%
B = 52.51%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A20BC (or 0x8A20BC) is known color: Dark Orchid. HEX triplet: 8A, 20 and BC. RGB value is (138,32,188). Sum of RGB (Red+Green+Blue) = 138+32+188=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A20BC is #75DF43. Grayscale: #505050. Windows color (decimal): -7724868 or 12329098. OLE color: 12329098.

HSL color Cylindrical-coordinate representation of color #8A20BC: hue angle of 280.77º 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 #8A20BC is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 32 188 -
CMYK 0.27 0.83 0 0.26
HSL 280.77º 0.71% 0.43% -
HSV(B) 280.77º 0.83% 0.74% -
XYZ 20.07 10.07 48.46 -
YUV 81.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 138 32 188 0.27 0.83 0 0.26 280.77 0.71 0.43
Hex 8A 20 BC 1B 53 0 1A 119 47 2B
Octal 212 40 274 33 123 0 32 431 107 53
Binary 10001010 100000 10111100 11011 1010011 0 11010 100011001 1000111 101011

Color Harmonies of #8A20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A20BC

Black with #8A20BC

Text Example


Text Example

White with #8A20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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