Html Css Color HEX #8E29BB Dark Orchid

📋 copy color: '#8E29BB'

red 142 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #8E29BB

Tints of Dark Orchid #8E29BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

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

R = 38.38%
G = 11.08%
B = 50.54%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E29BB (or 0x8E29BB) is known color: Dark Orchid. HEX triplet: 8E, 29 and BB. RGB value is (142,41,187). Sum of RGB (Red+Green+Blue) = 142+41+187=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E29BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E29BB is #71D644. Grayscale: #575757. Windows color (decimal): -7460421 or 12265870. OLE color: 12265870.

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

Color convert

RGB 142 41 187 -
CMYK 0.24 0.78 0 0.27
HSL 281.51º 0.64% 0.45% -
HSV(B) 281.51º 0.78% 0.73% -
XYZ 20.92 10.92 48.02 -
YUV 87.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 142 41 187 0.24 0.78 0 0.27 281.51 0.64 0.45
Hex 8E 29 BB 18 4E 0 1B 11A 40 2D
Octal 216 51 273 30 116 0 33 432 100 55
Binary 10001110 101001 10111011 11000 1001110 0 11011 100011010 1000000 101101

Color Harmonies of #8E29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E29BB

Black with #8E29BB

Text Example


Text Example

White with #8E29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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