Html Css Color HEX #8E40BF Dark Orchid

📋 copy color: '#8E40BF'

red 142 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #8E40BF

Tints of Dark Orchid #8E40BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 35.77%
G = 16.12%
B = 48.11%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E40BF (or 0x8E40BF) is known color: Dark Orchid. HEX triplet: 8E, 40 and BF. RGB value is (142,64,191). Sum of RGB (Red+Green+Blue) = 142+64+191=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E40BF is #71BF40. Grayscale: #656565. Windows color (decimal): -7454529 or 12533902. OLE color: 12533902.

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

Color convert

RGB 142 64 191 -
CMYK 0.26 0.66 0 0.25
HSL 276.85º 0.5% 0.5% -
HSV(B) 276.85º 0.66% 0.75% -
XYZ 22.39 13.18 50.65 -
YUV 101.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 142 64 191 0.26 0.66 0 0.25 276.85 0.5 0.5
Hex 8E 40 BF 1A 42 0 19 115 32 32
Octal 216 100 277 32 102 0 31 425 62 62
Binary 10001110 1000000 10111111 11010 1000010 0 11001 100010101 110010 110010

Color Harmonies of #8E40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E40BF

Black with #8E40BF

Text Example


Text Example

White with #8E40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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