Html Css Color HEX #8E1DBA Dark Orchid

📋 copy color: '#8E1DBA'

red 142 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #8E1DBA

Tints of Dark Orchid #8E1DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.1%

R = 39.78%
G = 8.12%
B = 52.1%

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

#8E1DBA (or 0x8E1DBA) is known color: Dark Orchid. HEX triplet: 8E, 1D and BA. RGB value is (142,29,186). Sum of RGB (Red+Green+Blue) = 142+29+186=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1DBA is #71E245. Grayscale: #505050. Windows color (decimal): -7463494 or 12197262. OLE color: 12197262.

HSL color Cylindrical-coordinate representation of color #8E1DBA: hue angle of 283.18º 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 #8E1DBA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 29 186 -
CMYK 0.24 0.84 0 0.27
HSL 283.18º 0.73% 0.42% -
HSV(B) 283.18º 0.84% 0.73% -
XYZ 20.46 10.17 47.34 -
YUV 80.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 142 29 186 0.24 0.84 0 0.27 283.18 0.73 0.42
Hex 8E 1D BA 18 54 0 1B 11B 49 2A
Octal 216 35 272 30 124 0 33 433 111 52
Binary 10001110 11101 10111010 11000 1010100 0 11011 100011011 1001001 101010

Color Harmonies of #8E1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1DBA

Black with #8E1DBA

Text Example


Text Example

White with #8E1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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