Html Css Color HEX #8D34BE Dark Orchid

📋 copy color: '#8D34BE'

red 141 ◦ green 52 ◦ blue 190

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

Shades of Dark Orchid #8D34BE

Tints of Dark Orchid #8D34BE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.58%

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

R = 36.81%
G = 13.58%
B = 49.61%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D34BE (or 0x8D34BE) is known color: Dark Orchid. HEX triplet: 8D, 34 and BE. RGB value is (141,52,190). Sum of RGB (Red+Green+Blue) = 141+52+190=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D34BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34BE is #72CB41. Grayscale: #5D5D5D. Windows color (decimal): -7523138 or 12465293. OLE color: 12465293.

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

Color convert

RGB 141 52 190 -
CMYK 0.26 0.73 0 0.25
HSL 278.7º 0.57% 0.47% -
HSV(B) 278.7º 0.73% 0.75% -
XYZ 21.51 11.84 49.87 -
YUV 94.34 181.99 161.28 -
System Red Green Blue C M Y K H S L
Decimal 141 52 190 0.26 0.73 0 0.25 278.7 0.57 0.47
Hex 8D 34 BE 1A 49 0 19 117 39 2F
Octal 215 64 276 32 111 0 31 427 71 57
Binary 10001101 110100 10111110 11010 1001001 0 11001 100010111 111001 101111

Color Harmonies of #8D34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D34BE

Black with #8D34BE

Text Example


Text Example

White with #8D34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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