Html Css Color HEX #8E28BF Dark Orchid

📋 copy color: '#8E28BF'

red 142 ◦ green 40 ◦ blue 191

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

Shades of Dark Orchid #8E28BF

Tints of Dark Orchid #8E28BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 38.07%
G = 10.72%
B = 51.21%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E28BF (or 0x8E28BF) is known color: Dark Orchid. HEX triplet: 8E, 28 and BF. RGB value is (142,40,191). Sum of RGB (Red+Green+Blue) = 142+40+191=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E28BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E28BF is #71D740. Grayscale: #575757. Windows color (decimal): -7460673 or 12527758. OLE color: 12527758.

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

Color convert

RGB 142 40 191 -
CMYK 0.26 0.79 0 0.25
HSL 280.53º 0.65% 0.45% -
HSV(B) 280.53º 0.79% 0.75% -
XYZ 21.32 11.03 50.3 -
YUV 87.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 142 40 191 0.26 0.79 0 0.25 280.53 0.65 0.45
Hex 8E 28 BF 1A 4F 0 19 119 41 2D
Octal 216 50 277 32 117 0 31 431 101 55
Binary 10001110 101000 10111111 11010 1001111 0 11001 100011001 1000001 101101

Color Harmonies of #8E28BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E28BF

Black with #8E28BF

Text Example


Text Example

White with #8E28BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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