Html Css Color HEX #8D36BC Dark Orchid

📋 copy color: '#8D36BC'

red 141 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #8D36BC

Tints of Dark Orchid #8D36BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 36.81%
G = 14.1%
B = 49.09%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D36BC (or 0x8D36BC) is known color: Dark Orchid. HEX triplet: 8D, 36 and BC. RGB value is (141,54,188). Sum of RGB (Red+Green+Blue) = 141+54+188=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D36BC is #72C943. Grayscale: #5E5E5E. Windows color (decimal): -7522628 or 12334733. OLE color: 12334733.

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

Color convert

RGB 141 54 188 -
CMYK 0.25 0.71 0 0.26
HSL 278.96º 0.55% 0.47% -
HSV(B) 278.96º 0.71% 0.74% -
XYZ 21.38 11.93 48.75 -
YUV 95.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 141 54 188 0.25 0.71 0 0.26 278.96 0.55 0.47
Hex 8D 36 BC 19 47 0 1A 117 37 2F
Octal 215 66 274 31 107 0 32 427 67 57
Binary 10001101 110110 10111100 11001 1000111 0 11010 100010111 110111 101111

Color Harmonies of #8D36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D36BC

Black with #8D36BC

Text Example


Text Example

White with #8D36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,54,188); }

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

background-color css

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

 a { background-color: rgb(141,54,188); }

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

border-color css

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

 span { border-color: rgb(141,54,188); }

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