Html Css Color HEX #8E1FB6 Dark Orchid

📋 copy color: '#8E1FB6'

red 142 ◦ green 31 ◦ blue 182

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

Shades of Dark Orchid #8E1FB6

Tints of Dark Orchid #8E1FB6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

 BLUE value IS 182 (71.48% from 255) = 51.27%

R = 40%
G = 8.73%
B = 51.27%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8E1FB6 (or 0x8E1FB6) is known color: Dark Orchid. HEX triplet: 8E, 1F and B6. RGB value is (142,31,182). Sum of RGB (Red+Green+Blue) = 142+31+182=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 182 (71.48% from 255 or 51.27% from 355); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E1FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1FB6 is #71E049. Grayscale: #505050. Windows color (decimal): -7462986 or 11935630. OLE color: 11935630.

HSL color Cylindrical-coordinate representation of color #8E1FB6: hue angle of 284.11º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1FB6 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 31 182 -
CMYK 0.22 0.83 0 0.29
HSL 284.11º 0.71% 0.42% -
HSV(B) 284.11º 0.83% 0.71% -
XYZ 20.09 10.11 45.15 -
YUV 81.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 142 31 182 0.22 0.83 0 0.29 284.11 0.71 0.42
Hex 8E 1F B6 16 53 0 1D 11C 47 2A
Octal 216 37 266 26 123 0 35 434 107 52
Binary 10001110 11111 10110110 10110 1010011 0 11101 100011100 1000111 101010

Color Harmonies of #8E1FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1FB6

Black with #8E1FB6

Text Example


Text Example

White with #8E1FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,31,182); }

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

background-color css

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

 a { background-color: rgb(142,31,182); }

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

border-color css

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

 span { border-color: rgb(142,31,182); }

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