Html Css Color HEX #8E3CB5 Dark Orchid

📋 copy color: '#8E3CB5'

red 142 ◦ green 60 ◦ blue 181

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

Shades of Dark Orchid #8E3CB5

Tints of Dark Orchid #8E3CB5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 37.08%
G = 15.67%
B = 47.26%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8E3CB5 (or 0x8E3CB5) is known color: Dark Orchid. HEX triplet: 8E, 3C and B5. RGB value is (142,60,181). Sum of RGB (Red+Green+Blue) = 142+60+181=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #8E3CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3CB5 is #71C34A. Grayscale: #616161. Windows color (decimal): -7455563 or 11877518. OLE color: 11877518.

HSL color Cylindrical-coordinate representation of color #8E3CB5: hue angle of 280.66º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3CB5 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 142 60 181 -
CMYK 0.22 0.67 0 0.29
HSL 280.66º 0.5% 0.47% -
HSV(B) 280.66º 0.67% 0.71% -
XYZ 21.11 12.32 44.98 -
YUV 98.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 142 60 181 0.22 0.67 0 0.29 280.66 0.5 0.47
Hex 8E 3C B5 16 43 0 1D 119 32 2F
Octal 216 74 265 26 103 0 35 431 62 57
Binary 10001110 111100 10110101 10110 1000011 0 11101 100011001 110010 101111

Color Harmonies of #8E3CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3CB5

Black with #8E3CB5

Text Example


Text Example

White with #8E3CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,60,181); }

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

background-color css

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

 a { background-color: rgb(142,60,181); }

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

border-color css

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

 span { border-color: rgb(142,60,181); }

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