Html Css Color HEX #8D3EB9 Dark Orchid

📋 copy color: '#8D3EB9'

red 141 ◦ green 62 ◦ blue 185

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

Shades of Dark Orchid #8D3EB9

Tints of Dark Orchid #8D3EB9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.98%

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 36.34%
G = 15.98%
B = 47.68%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D3EB9 (or 0x8D3EB9) is known color: Dark Orchid. HEX triplet: 8D, 3E and B9. RGB value is (141,62,185). Sum of RGB (Red+Green+Blue) = 141+62+185=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #8D3EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3EB9 is #72C146. Grayscale: #636363. Windows color (decimal): -7520583 or 12140173. OLE color: 12140173.

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

Color convert

RGB 141 62 185 -
CMYK 0.24 0.66 0 0.27
HSL 278.54º 0.5% 0.48% -
HSV(B) 278.54º 0.66% 0.73% -
XYZ 21.46 12.61 47.2 -
YUV 99.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 141 62 185 0.24 0.66 0 0.27 278.54 0.5 0.48
Hex 8D 3E B9 18 42 0 1B 117 32 30
Octal 215 76 271 30 102 0 33 427 62 60
Binary 10001101 111110 10111001 11000 1000010 0 11011 100010111 110010 110000

Color Harmonies of #8D3EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3EB9

Black with #8D3EB9

Text Example


Text Example

White with #8D3EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,62,185); }

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

background-color css

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

 a { background-color: rgb(141,62,185); }

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

border-color css

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

 span { border-color: rgb(141,62,185); }

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