Html Css Color HEX #8D37BC Dark Orchid

📋 copy color: '#8D37BC'

red 141 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #8D37BC

Tints of Dark Orchid #8D37BC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.32%

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

R = 36.72%
G = 14.32%
B = 48.96%

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

#8D37BC (or 0x8D37BC) is known color: Dark Orchid. HEX triplet: 8D, 37 and BC. RGB value is (141,55,188). Sum of RGB (Red+Green+Blue) = 141+55+188=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D37BC is #72C843. Grayscale: #5F5F5F. Windows color (decimal): -7522372 or 12334989. OLE color: 12334989.

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

Color convert

RGB 141 55 188 -
CMYK 0.25 0.71 0 0.26
HSL 278.8º 0.55% 0.48% -
HSV(B) 278.8º 0.71% 0.74% -
XYZ 21.43 12.03 48.77 -
YUV 95.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 141 55 188 0.25 0.71 0 0.26 278.8 0.55 0.48
Hex 8D 37 BC 19 47 0 1A 117 37 30
Octal 215 67 274 31 107 0 32 427 67 60
Binary 10001101 110111 10111100 11001 1000111 0 11010 100010111 110111 110000

Color Harmonies of #8D37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37BC

Black with #8D37BC

Text Example


Text Example

White with #8D37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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