Html Css Color HEX #8E1DBB Dark Orchid

📋 copy color: '#8E1DBB'

red 142 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #8E1DBB

Tints of Dark Orchid #8E1DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.1%

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

R = 39.66%
G = 8.1%
B = 52.23%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E1DBB (or 0x8E1DBB) is known color: Dark Orchid. HEX triplet: 8E, 1D and BB. RGB value is (142,29,187). Sum of RGB (Red+Green+Blue) = 142+29+187=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1DBB is #71E244. Grayscale: #505050. Windows color (decimal): -7463493 or 12262798. OLE color: 12262798.

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

Color convert

RGB 142 29 187 -
CMYK 0.24 0.84 0 0.27
HSL 282.91º 0.73% 0.42% -
HSV(B) 282.91º 0.84% 0.73% -
XYZ 20.56 10.22 47.9 -
YUV 80.8 187.94 171.65 -
System Red Green Blue C M Y K H S L
Decimal 142 29 187 0.24 0.84 0 0.27 282.91 0.73 0.42
Hex 8E 1D BB 18 54 0 1B 11B 49 2A
Octal 216 35 273 30 124 0 33 433 111 52
Binary 10001110 11101 10111011 11000 1010100 0 11011 100011011 1001001 101010

Color Harmonies of #8E1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1DBB

Black with #8E1DBB

Text Example


Text Example

White with #8E1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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