Html Css Color HEX #8E2ACF Dark Orchid

📋 copy color: '#8E2ACF'

red 142 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #8E2ACF

Tints of Dark Orchid #8E2ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.74%

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

R = 36.32%
G = 10.74%
B = 52.94%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E2ACF (or 0x8E2ACF) is known color: Dark Orchid. HEX triplet: 8E, 2A and CF. RGB value is (142,42,207). Sum of RGB (Red+Green+Blue) = 142+42+207=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E2ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2ACF is #71D530. Grayscale: #5A5A5A. Windows color (decimal): -7460145 or 13576846. OLE color: 13576846.

HSL color Cylindrical-coordinate representation of color #8E2ACF: hue angle of 276.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E2ACF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 42 207 -
CMYK 0.31 0.80 0 0.19
HSL 276.36º 0.66% 0.49% -
HSV(B) 276.36º 0.8% 0.81% -
XYZ 23.25 11.91 60.11 -
YUV 90.71 193.63 164.58 -
System Red Green Blue C M Y K H S L
Decimal 142 42 207 0.31 0.80 0 0.19 276.36 0.66 0.49
Hex 8E 2A CF 1F 50 0 13 114 42 31
Octal 216 52 317 37 120 0 23 424 102 61
Binary 10001110 101010 11001111 11111 1010000 0 10011 100010100 1000010 110001

Color Harmonies of #8E2ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2ACF

Black with #8E2ACF

Text Example


Text Example

White with #8E2ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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