Html Css Color HEX #8E3DCC Dark Orchid

📋 copy color: '#8E3DCC'

red 142 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #8E3DCC

Tints of Dark Orchid #8E3DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.99%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 34.89%
G = 14.99%
B = 50.12%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E3DCC (or 0x8E3DCC) is known color: Dark Orchid. HEX triplet: 8E, 3D and CC. RGB value is (142,61,204). Sum of RGB (Red+Green+Blue) = 142+61+204=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3DCC is #71C233. Grayscale: #656565. Windows color (decimal): -7455284 or 13385102. OLE color: 13385102.

HSL color Cylindrical-coordinate representation of color #8E3DCC: hue angle of 273.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E3DCC is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 61 204 -
CMYK 0.30 0.70 0 0.2
HSL 273.99º 0.58% 0.52% -
HSV(B) 273.99º 0.7% 0.8% -
XYZ 23.72 13.45 58.47 -
YUV 101.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 142 61 204 0.30 0.70 0 0.2 273.99 0.58 0.52
Hex 8E 3D CC 1E 46 0 14 112 3A 34
Octal 216 75 314 36 106 0 24 422 72 64
Binary 10001110 111101 11001100 11110 1000110 0 10100 100010010 111010 110100

Color Harmonies of #8E3DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3DCC

Black with #8E3DCC

Text Example


Text Example

White with #8E3DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,61,204); }

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

background-color css

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

 a { background-color: rgb(142,61,204); }

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

border-color css

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

 span { border-color: rgb(142,61,204); }

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