Html Css Color HEX #8E2DBC Dark Orchid

📋 copy color: '#8E2DBC'

red 142 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #8E2DBC

Tints of Dark Orchid #8E2DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12%

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 37.87%
G = 12%
B = 50.13%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E2DBC (or 0x8E2DBC) is known color: Dark Orchid. HEX triplet: 8E, 2D and BC. RGB value is (142,45,188). Sum of RGB (Red+Green+Blue) = 142+45+188=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 45 (17.97% from 255 or 12% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E2DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2DBC is #71D243. Grayscale: #595959. Windows color (decimal): -7459396 or 12332430. OLE color: 12332430.

HSL color Cylindrical-coordinate representation of color #8E2DBC: hue angle of 280.7º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2DBC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 45 188 -
CMYK 0.24 0.76 0 0.26
HSL 280.7º 0.61% 0.46% -
HSV(B) 280.7º 0.76% 0.74% -
XYZ 21.17 11.26 48.63 -
YUV 90.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 142 45 188 0.24 0.76 0 0.26 280.7 0.61 0.46
Hex 8E 2D BC 18 4C 0 1A 119 3D 2E
Octal 216 55 274 30 114 0 32 431 75 56
Binary 10001110 101101 10111100 11000 1001100 0 11010 100011001 111101 101110

Color Harmonies of #8E2DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DBC

Black with #8E2DBC

Text Example


Text Example

White with #8E2DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,45,188); }

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

background-color css

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

 a { background-color: rgb(142,45,188); }

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

border-color css

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

 span { border-color: rgb(142,45,188); }

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