Html Css Color HEX #8D28BE Dark Orchid

📋 copy color: '#8D28BE'

red 141 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #8D28BE

Tints of Dark Orchid #8D28BE

RGB

 RED value IS 141 (55.47% from 255) = 38.01%

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

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 38.01%
G = 10.78%
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

#8D28BE (or 0x8D28BE) is known color: Dark Orchid. HEX triplet: 8D, 28 and BE. RGB value is (141,40,190). Sum of RGB (Red+Green+Blue) = 141+40+190=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D28BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D28BE is #72D741. Grayscale: #565656. Windows color (decimal): -7526210 or 12462221. OLE color: 12462221.

HSL color Cylindrical-coordinate representation of color #8D28BE: hue angle of 280.4º 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 #8D28BE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 40 190 -
CMYK 0.26 0.79 0 0.25
HSL 280.4º 0.65% 0.45% -
HSV(B) 280.4º 0.79% 0.75% -
XYZ 21.04 10.9 49.71 -
YUV 87.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 141 40 190 0.26 0.79 0 0.25 280.4 0.65 0.45
Hex 8D 28 BE 1A 4F 0 19 118 41 2D
Octal 215 50 276 32 117 0 31 430 101 55
Binary 10001101 101000 10111110 11010 1001111 0 11001 100011000 1000001 101101

Color Harmonies of #8D28BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D28BE

Black with #8D28BE

Text Example


Text Example

White with #8D28BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,40,190); }

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

background-color css

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

 a { background-color: rgb(141,40,190); }

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

border-color css

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

 span { border-color: rgb(141,40,190); }

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