Html Css Color HEX #8E34BB Dark Orchid

📋 copy color: '#8E34BB'

red 142 ◦ green 52 ◦ blue 187

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

Shades of Dark Orchid #8E34BB

Tints of Dark Orchid #8E34BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.65%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 37.27%
G = 13.65%
B = 49.08%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E34BB (or 0x8E34BB) is known color: Dark Orchid. HEX triplet: 8E, 34 and BB. RGB value is (142,52,187). Sum of RGB (Red+Green+Blue) = 142+52+187=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E34BB is #71CB44. Grayscale: #5D5D5D. Windows color (decimal): -7457605 or 12268686. OLE color: 12268686.

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

Color convert

RGB 142 52 187 -
CMYK 0.24 0.72 0 0.27
HSL 280º 0.56% 0.47% -
HSV(B) 280º 0.72% 0.73% -
XYZ 21.35 11.79 48.16 -
YUV 94.3 180.32 162.02 -
System Red Green Blue C M Y K H S L
Decimal 142 52 187 0.24 0.72 0 0.27 280 0.56 0.47
Hex 8E 34 BB 18 48 0 1B 118 38 2F
Octal 216 64 273 30 110 0 33 430 70 57
Binary 10001110 110100 10111011 11000 1001000 0 11011 100011000 111000 101111

Color Harmonies of #8E34BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E34BB

Black with #8E34BB

Text Example


Text Example

White with #8E34BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,52,187); }

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

background-color css

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

 a { background-color: rgb(142,52,187); }

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

border-color css

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

 span { border-color: rgb(142,52,187); }

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