Html Css Color HEX #8E1BCD Dark Orchid

📋 copy color: '#8E1BCD'

red 142 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #8E1BCD

Tints of Dark Orchid #8E1BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 37.97%
G = 7.22%
B = 54.81%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E1BCD (or 0x8E1BCD) is known color: Dark Orchid. HEX triplet: 8E, 1B and CD. RGB value is (142,27,205). Sum of RGB (Red+Green+Blue) = 142+27+205=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E1BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1BCD is #71E432. Grayscale: #515151. Windows color (decimal): -7463987 or 13441934. OLE color: 13441934.

HSL color Cylindrical-coordinate representation of color #8E1BCD: hue angle of 278.76º 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 #8E1BCD is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 27 205 -
CMYK 0.31 0.87 0 0.20
HSL 278.76º 0.77% 0.45% -
HSV(B) 278.76º 0.87% 0.8% -
XYZ 22.57 10.94 58.68 -
YUV 81.68 197.6 171.03 -
System Red Green Blue C M Y K H S L
Decimal 142 27 205 0.31 0.87 0 0.20 278.76 0.77 0.45
Hex 8E 1B CD 1F 57 0 14 117 4D 2D
Octal 216 33 315 37 127 0 24 427 115 55
Binary 10001110 11011 11001101 11111 1010111 0 10100 100010111 1001101 101101

Color Harmonies of #8E1BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1BCD

Black with #8E1BCD

Text Example


Text Example

White with #8E1BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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