Html Css Color HEX #8E1BCC Dark Orchid

📋 copy color: '#8E1BCC'

red 142 ◦ green 27 ◦ blue 204

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

Shades of Dark Orchid #8E1BCC

Tints of Dark Orchid #8E1BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.24%

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

R = 38.07%
G = 7.24%
B = 54.69%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8E1BCC (or 0x8E1BCC) is known color: Dark Orchid. HEX triplet: 8E, 1B and CC. RGB value is (142,27,204). Sum of RGB (Red+Green+Blue) = 142+27+204=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 27 (10.94% from 255 or 7.24% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E1BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1BCC is #71E433. Grayscale: #505050. Windows color (decimal): -7463988 or 13376398. OLE color: 13376398.

HSL color Cylindrical-coordinate representation of color #8E1BCC: hue angle of 278.98º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1BCC is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 142 27 204 -
CMYK 0.30 0.87 0 0.2
HSL 278.98º 0.77% 0.45% -
HSV(B) 278.98º 0.87% 0.8% -
XYZ 22.45 10.89 58.05 -
YUV 81.56 197.1 171.11 -
System Red Green Blue C M Y K H S L
Decimal 142 27 204 0.30 0.87 0 0.2 278.98 0.77 0.45
Hex 8E 1B CC 1E 57 0 14 117 4D 2D
Octal 216 33 314 36 127 0 24 427 115 55
Binary 10001110 11011 11001100 11110 1010111 0 10100 100010111 1001101 101101

Color Harmonies of #8E1BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1BCC

Black with #8E1BCC

Text Example


Text Example

White with #8E1BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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