Html Css Color HEX #8E36BB Dark Orchid

📋 copy color: '#8E36BB'

red 142 ◦ green 54 ◦ blue 187

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

Shades of Dark Orchid #8E36BB

Tints of Dark Orchid #8E36BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 37.08%
G = 14.1%
B = 48.83%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E36BB (or 0x8E36BB) is known color: Dark Orchid. HEX triplet: 8E, 36 and BB. RGB value is (142,54,187). Sum of RGB (Red+Green+Blue) = 142+54+187=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E36BB is #71C944. Grayscale: #5F5F5F. Windows color (decimal): -7457093 or 12269198. OLE color: 12269198.

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

Color convert

RGB 142 54 187 -
CMYK 0.24 0.71 0 0.27
HSL 279.7º 0.55% 0.47% -
HSV(B) 279.7º 0.71% 0.73% -
XYZ 21.44 11.98 48.2 -
YUV 95.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 142 54 187 0.24 0.71 0 0.27 279.7 0.55 0.47
Hex 8E 36 BB 18 47 0 1B 118 37 2F
Octal 216 66 273 30 107 0 33 430 67 57
Binary 10001110 110110 10111011 11000 1000111 0 11011 100011000 110111 101111

Color Harmonies of #8E36BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E36BB

Black with #8E36BB

Text Example


Text Example

White with #8E36BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,187); }

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

background-color css

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

 a { background-color: rgb(142,54,187); }

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

border-color css

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

 span { border-color: rgb(142,54,187); }

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