Html Css Color HEX #8E18BE Dark Orchid

📋 copy color: '#8E18BE'

red 142 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #8E18BE

Tints of Dark Orchid #8E18BE

RGB

 RED value IS 142 (55.86% from 255) = 39.89%

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

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

R = 39.89%
G = 6.74%
B = 53.37%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E18BE (or 0x8E18BE) is known color: Dark Orchid. HEX triplet: 8E, 18 and BE. RGB value is (142,24,190). Sum of RGB (Red+Green+Blue) = 142+24+190=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E18BE is #71E741. Grayscale: #4D4D4D. Windows color (decimal): -7464770 or 12458126. OLE color: 12458126.

HSL color Cylindrical-coordinate representation of color #8E18BE: hue angle of 282.65º 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 #8E18BE is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 24 190 -
CMYK 0.25 0.87 0 0.25
HSL 282.65º 0.78% 0.42% -
HSV(B) 282.65º 0.87% 0.75% -
XYZ 20.78 10.12 49.57 -
YUV 78.21 191.09 173.5 -
System Red Green Blue C M Y K H S L
Decimal 142 24 190 0.25 0.87 0 0.25 282.65 0.78 0.42
Hex 8E 18 BE 19 57 0 19 11B 4E 2A
Octal 216 30 276 31 127 0 31 433 116 52
Binary 10001110 11000 10111110 11001 1010111 0 11001 100011011 1001110 101010

Color Harmonies of #8E18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E18BE

Black with #8E18BE

Text Example


Text Example

White with #8E18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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