Html Css Color HEX #8D31BE Dark Orchid

📋 copy color: '#8D31BE'

red 141 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #8D31BE

Tints of Dark Orchid #8D31BE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.89%

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

R = 37.11%
G = 12.89%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D31BE (or 0x8D31BE) is known color: Dark Orchid. HEX triplet: 8D, 31 and BE. RGB value is (141,49,190). Sum of RGB (Red+Green+Blue) = 141+49+190=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D31BE is #72CE41. Grayscale: #5C5C5C. Windows color (decimal): -7523906 or 12464525. OLE color: 12464525.

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

Color convert

RGB 141 49 190 -
CMYK 0.26 0.74 0 0.25
HSL 279.15º 0.59% 0.47% -
HSV(B) 279.15º 0.74% 0.75% -
XYZ 21.38 11.58 49.82 -
YUV 92.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 141 49 190 0.26 0.74 0 0.25 279.15 0.59 0.47
Hex 8D 31 BE 1A 4A 0 19 117 3B 2F
Octal 215 61 276 32 112 0 31 427 73 57
Binary 10001101 110001 10111110 11010 1001010 0 11001 100010111 111011 101111

Color Harmonies of #8D31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D31BE

Black with #8D31BE

Text Example


Text Example

White with #8D31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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