Html Css Color HEX #8E2BBB Dark Orchid

📋 copy color: '#8E2BBB'

red 142 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #8E2BBB

Tints of Dark Orchid #8E2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.56%

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

R = 38.17%
G = 11.56%
B = 50.27%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E2BBB (or 0x8E2BBB) is known color: Dark Orchid. HEX triplet: 8E, 2B and BB. RGB value is (142,43,187). Sum of RGB (Red+Green+Blue) = 142+43+187=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2BBB is #71D444. Grayscale: #585858. Windows color (decimal): -7459909 or 12266382. OLE color: 12266382.

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

Color convert

RGB 142 43 187 -
CMYK 0.24 0.77 0 0.27
HSL 281.25º 0.63% 0.45% -
HSV(B) 281.25º 0.77% 0.73% -
XYZ 20.99 11.07 48.04 -
YUV 89.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 142 43 187 0.24 0.77 0 0.27 281.25 0.63 0.45
Hex 8E 2B BB 18 4D 0 1B 119 3F 2D
Octal 216 53 273 30 115 0 33 431 77 55
Binary 10001110 101011 10111011 11000 1001101 0 11011 100011001 111111 101101

Color Harmonies of #8E2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2BBB

Black with #8E2BBB

Text Example


Text Example

White with #8E2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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