Html Css Color HEX #8E28BD Dark Orchid

📋 copy color: '#8E28BD'

red 142 ◦ green 40 ◦ blue 189

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

Shades of Dark Orchid #8E28BD

Tints of Dark Orchid #8E28BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 38.27%
G = 10.78%
B = 50.94%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E28BD (or 0x8E28BD) is known color: Dark Orchid. HEX triplet: 8E, 28 and BD. RGB value is (142,40,189). Sum of RGB (Red+Green+Blue) = 142+40+189=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E28BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E28BD is #71D742. Grayscale: #565656. Windows color (decimal): -7460675 or 12396686. OLE color: 12396686.

HSL color Cylindrical-coordinate representation of color #8E28BD: hue angle of 281.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E28BD is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 40 189 -
CMYK 0.25 0.79 0 0.26
HSL 281.07º 0.65% 0.45% -
HSV(B) 281.07º 0.79% 0.74% -
XYZ 21.1 10.94 49.14 -
YUV 87.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 142 40 189 0.25 0.79 0 0.26 281.07 0.65 0.45
Hex 8E 28 BD 19 4F 0 1A 119 41 2D
Octal 216 50 275 31 117 0 32 431 101 55
Binary 10001110 101000 10111101 11001 1001111 0 11010 100011001 1000001 101101

Color Harmonies of #8E28BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E28BD

Black with #8E28BD

Text Example


Text Example

White with #8E28BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,189); }

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

background-color css

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

 a { background-color: rgb(142,40,189); }

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

border-color css

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

 span { border-color: rgb(142,40,189); }

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