Html Css Color HEX #8E3BBA Dark Orchid

📋 copy color: '#8E3BBA'

red 142 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #8E3BBA

Tints of Dark Orchid #8E3BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 36.69%
G = 15.25%
B = 48.06%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E3BBA (or 0x8E3BBA) is known color: Dark Orchid. HEX triplet: 8E, 3B and BA. RGB value is (142,59,186). Sum of RGB (Red+Green+Blue) = 142+59+186=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E3BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3BBA is #71C445. Grayscale: #616161. Windows color (decimal): -7455814 or 12204942. OLE color: 12204942.

HSL color Cylindrical-coordinate representation of color #8E3BBA: hue angle of 279.21º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E3BBA is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 59 186 -
CMYK 0.24 0.68 0 0.27
HSL 279.21º 0.52% 0.48% -
HSV(B) 279.21º 0.68% 0.73% -
XYZ 21.58 12.42 47.71 -
YUV 98.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 142 59 186 0.24 0.68 0 0.27 279.21 0.52 0.48
Hex 8E 3B BA 18 44 0 1B 117 34 30
Octal 216 73 272 30 104 0 33 427 64 60
Binary 10001110 111011 10111010 11000 1000100 0 11011 100010111 110100 110000

Color Harmonies of #8E3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3BBA

Black with #8E3BBA

Text Example


Text Example

White with #8E3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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