Html Css Color HEX #8E1ACF Dark Orchid

📋 copy color: '#8E1ACF'

red 142 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #8E1ACF

Tints of Dark Orchid #8E1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 207 (81.25% from 255) = 55.2%

R = 37.87%
G = 6.93%
B = 55.2%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E1ACF (or 0x8E1ACF) is known color: Dark Orchid. HEX triplet: 8E, 1A and CF. RGB value is (142,26,207). Sum of RGB (Red+Green+Blue) = 142+26+207=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1ACF is #71E530. Grayscale: #505050. Windows color (decimal): -7464241 or 13572750. OLE color: 13572750.

HSL color Cylindrical-coordinate representation of color #8E1ACF: hue angle of 278.45º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1ACF is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 26 207 -
CMYK 0.31 0.87 0 0.19
HSL 278.45º 0.78% 0.46% -
HSV(B) 278.45º 0.87% 0.81% -
XYZ 22.79 10.99 59.95 -
YUV 81.32 198.93 171.28 -
System Red Green Blue C M Y K H S L
Decimal 142 26 207 0.31 0.87 0 0.19 278.45 0.78 0.46
Hex 8E 1A CF 1F 57 0 13 116 4E 2E
Octal 216 32 317 37 127 0 23 426 116 56
Binary 10001110 11010 11001111 11111 1010111 0 10011 100010110 1001110 101110

Color Harmonies of #8E1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1ACF

Black with #8E1ACF

Text Example


Text Example

White with #8E1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,207); }

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

background-color css

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

 a { background-color: rgb(142,26,207); }

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

border-color css

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

 span { border-color: rgb(142,26,207); }

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