Html Css Color HEX #8A47CD Dark Orchid

📋 copy color: '#8A47CD'

red 138 ◦ green 71 ◦ blue 205

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

Shades of Dark Orchid #8A47CD

Tints of Dark Orchid #8A47CD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.15%

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

R = 33.33%
G = 17.15%
B = 49.52%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A47CD (or 0x8A47CD) is known color: Dark Orchid. HEX triplet: 8A, 47 and CD. RGB value is (138,71,205). Sum of RGB (Red+Green+Blue) = 138+71+205=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A47CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A47CD is #75B832. Grayscale: #696969. Windows color (decimal): -7714867 or 13453194. OLE color: 13453194.

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

Color convert

RGB 138 71 205 -
CMYK 0.33 0.65 0 0.20
HSL 270º 0.57% 0.54% -
HSV(B) 270º 0.65% 0.8% -
XYZ 23.75 14.32 59.27 -
YUV 106.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 138 71 205 0.33 0.65 0 0.20 270 0.57 0.54
Hex 8A 47 CD 21 41 0 14 10E 39 36
Octal 212 107 315 41 101 0 24 416 71 66
Binary 10001010 1000111 11001101 100001 1000001 0 10100 100001110 111001 110110

Color Harmonies of #8A47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A47CD

Black with #8A47CD

Text Example


Text Example

White with #8A47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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