Html Css Color HEX #8D29BE Dark Orchid

📋 copy color: '#8D29BE'

red 141 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #8D29BE

Tints of Dark Orchid #8D29BE

RGB

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

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

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

R = 37.9%
G = 11.02%
B = 51.08%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D29BE (or 0x8D29BE) is known color: Dark Orchid. HEX triplet: 8D, 29 and BE. RGB value is (141,41,190). Sum of RGB (Red+Green+Blue) = 141+41+190=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D29BE is #72D641. Grayscale: #575757. Windows color (decimal): -7525954 or 12462477. OLE color: 12462477.

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

Color convert

RGB 141 41 190 -
CMYK 0.26 0.78 0 0.25
HSL 280.27º 0.65% 0.45% -
HSV(B) 280.27º 0.78% 0.75% -
XYZ 21.07 10.97 49.72 -
YUV 87.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 141 41 190 0.26 0.78 0 0.25 280.27 0.65 0.45
Hex 8D 29 BE 1A 4E 0 19 118 41 2D
Octal 215 51 276 32 116 0 31 430 101 55
Binary 10001101 101001 10111110 11010 1001110 0 11001 100011000 1000001 101101

Color Harmonies of #8D29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D29BE

Black with #8D29BE

Text Example


Text Example

White with #8D29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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