Html Css Color HEX #8D18BA Dark Orchid

📋 copy color: '#8D18BA'

red 141 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #8D18BA

Tints of Dark Orchid #8D18BA

RGB

 RED value IS 141 (55.47% from 255) = 40.17%

 GREEN value IS 24 (9.77% from 255) = 6.84%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 40.17%
G = 6.84%
B = 52.99%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D18BA (or 0x8D18BA) is known color: Dark Orchid. HEX triplet: 8D, 18 and BA. RGB value is (141,24,186). Sum of RGB (Red+Green+Blue) = 141+24+186=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18BA is #72E745. Grayscale: #4C4C4C. Windows color (decimal): -7530310 or 12195981. OLE color: 12195981.

HSL color Cylindrical-coordinate representation of color #8D18BA: hue angle of 283.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D18BA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 24 186 -
CMYK 0.24 0.87 0 0.27
HSL 283.33º 0.77% 0.41% -
HSV(B) 283.33º 0.87% 0.73% -
XYZ 20.17 9.86 47.29 -
YUV 77.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 141 24 186 0.24 0.87 0 0.27 283.33 0.77 0.41
Hex 8D 18 BA 18 57 0 1B 11B 4D 29
Octal 215 30 272 30 127 0 33 433 115 51
Binary 10001101 11000 10111010 11000 1010111 0 11011 100011011 1001101 101001

Color Harmonies of #8D18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D18BA

Black with #8D18BA

Text Example


Text Example

White with #8D18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,24,186); }

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

background-color css

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

 a { background-color: rgb(141,24,186); }

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

border-color css

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

 span { border-color: rgb(141,24,186); }

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