Html Css Color HEX #8E40BD Dark Orchid

📋 copy color: '#8E40BD'

red 142 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #8E40BD

Tints of Dark Orchid #8E40BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 35.95%
G = 16.2%
B = 47.85%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E40BD (or 0x8E40BD) is known color: Dark Orchid. HEX triplet: 8E, 40 and BD. RGB value is (142,64,189). Sum of RGB (Red+Green+Blue) = 142+64+189=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E40BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E40BD is #71BF42. Grayscale: #656565. Windows color (decimal): -7454531 or 12402830. OLE color: 12402830.

HSL color Cylindrical-coordinate representation of color #8E40BD: hue angle of 277.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E40BD is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 64 189 -
CMYK 0.25 0.66 0 0.26
HSL 277.44º 0.49% 0.5% -
HSV(B) 277.44º 0.66% 0.74% -
XYZ 22.17 13.09 49.5 -
YUV 101.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 142 64 189 0.25 0.66 0 0.26 277.44 0.49 0.5
Hex 8E 40 BD 19 42 0 1A 115 31 32
Octal 216 100 275 31 102 0 32 425 61 62
Binary 10001110 1000000 10111101 11001 1000010 0 11010 100010101 110001 110010

Color Harmonies of #8E40BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40BD

Black with #8E40BD

Text Example


Text Example

White with #8E40BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,64,189); }

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

background-color css

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

 a { background-color: rgb(142,64,189); }

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

border-color css

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

 span { border-color: rgb(142,64,189); }

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