Html Css Color HEX #8D18BE Dark Orchid

📋 copy color: '#8D18BE'

red 141 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #8D18BE

Tints of Dark Orchid #8D18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 39.72%
G = 6.76%
B = 53.52%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D18BE (or 0x8D18BE) is known color: Dark Orchid. HEX triplet: 8D, 18 and BE. RGB value is (141,24,190). Sum of RGB (Red+Green+Blue) = 141+24+190=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D18BE is #72E741. Grayscale: #4D4D4D. Windows color (decimal): -7530306 or 12458125. OLE color: 12458125.

HSL color Cylindrical-coordinate representation of color #8D18BE: hue angle of 282.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D18BE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 24 190 -
CMYK 0.26 0.87 0 0.25
HSL 282.29º 0.78% 0.42% -
HSV(B) 282.29º 0.87% 0.75% -
XYZ 20.61 10.03 49.57 -
YUV 77.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 141 24 190 0.26 0.87 0 0.25 282.29 0.78 0.42
Hex 8D 18 BE 1A 57 0 19 11A 4E 2A
Octal 215 30 276 32 127 0 31 432 116 52
Binary 10001101 11000 10111110 11010 1010111 0 11001 100011010 1001110 101010

Color Harmonies of #8D18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D18BE

Black with #8D18BE

Text Example


Text Example

White with #8D18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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