Html Css Color HEX #8D40BF Dark Orchid

📋 copy color: '#8D40BF'

red 141 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #8D40BF

Tints of Dark Orchid #8D40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

 BLUE value IS 191 (75% from 255) = 48.23%

R = 35.61%
G = 16.16%
B = 48.23%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D40BF (or 0x8D40BF) is known color: Dark Orchid. HEX triplet: 8D, 40 and BF. RGB value is (141,64,191). Sum of RGB (Red+Green+Blue) = 141+64+191=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D40BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D40BF is #72BF40. Grayscale: #656565. Windows color (decimal): -7520065 or 12533901. OLE color: 12533901.

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

Color convert

RGB 141 64 191 -
CMYK 0.26 0.66 0 0.25
HSL 276.38º 0.5% 0.5% -
HSV(B) 276.38º 0.66% 0.75% -
XYZ 22.22 13.09 50.65 -
YUV 101.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 141 64 191 0.26 0.66 0 0.25 276.38 0.5 0.5
Hex 8D 40 BF 1A 42 0 19 114 32 32
Octal 215 100 277 32 102 0 31 424 62 62
Binary 10001101 1000000 10111111 11010 1000010 0 11001 100010100 110010 110010

Color Harmonies of #8D40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D40BF

Black with #8D40BF

Text Example


Text Example

White with #8D40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,64,191); }

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

background-color css

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

 a { background-color: rgb(141,64,191); }

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

border-color css

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

 span { border-color: rgb(141,64,191); }

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