Html Css Color HEX #8E3BCD Dark Orchid

📋 copy color: '#8E3BCD'

red 142 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #8E3BCD

Tints of Dark Orchid #8E3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.53%

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

R = 34.98%
G = 14.53%
B = 50.49%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8E3BCD (or 0x8E3BCD) is known color: Dark Orchid. HEX triplet: 8E, 3B and CD. RGB value is (142,59,205). Sum of RGB (Red+Green+Blue) = 142+59+205=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3BCD is #71C432. Grayscale: #636363. Windows color (decimal): -7455795 or 13450126. OLE color: 13450126.

HSL color Cylindrical-coordinate representation of color #8E3BCD: hue angle of 274.11º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E3BCD is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 142 59 205 -
CMYK 0.31 0.71 0 0.20
HSL 274.11º 0.59% 0.52% -
HSV(B) 274.11º 0.71% 0.8% -
XYZ 23.74 13.29 59.07 -
YUV 100.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 142 59 205 0.31 0.71 0 0.20 274.11 0.59 0.52
Hex 8E 3B CD 1F 47 0 14 112 3B 34
Octal 216 73 315 37 107 0 24 422 73 64
Binary 10001110 111011 11001101 11111 1000111 0 10100 100010010 111011 110100

Color Harmonies of #8E3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3BCD

Black with #8E3BCD

Text Example


Text Example

White with #8E3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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