Html Css Color HEX #8940BF Dark Orchid

📋 copy color: '#8940BF'

red 137 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #8940BF

Tints of Dark Orchid #8940BF

RGB

 RED value IS 137 (53.91% from 255) = 34.95%

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

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

R = 34.95%
G = 16.33%
B = 48.72%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8940BF (or 0x8940BF) is known color: Dark Orchid. HEX triplet: 89, 40 and BF. RGB value is (137,64,191). Sum of RGB (Red+Green+Blue) = 137+64+191=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #8940BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940BF is #76BF40. Grayscale: #636363. Windows color (decimal): -7782209 or 12533897. OLE color: 12533897.

HSL color Cylindrical-coordinate representation of color #8940BF: hue angle of 274.49º 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 #8940BF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 64 191 -
CMYK 0.28 0.66 0 0.25
HSL 274.49º 0.5% 0.5% -
HSV(B) 274.49º 0.66% 0.75% -
XYZ 21.55 12.75 50.61 -
YUV 100.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 137 64 191 0.28 0.66 0 0.25 274.49 0.5 0.5
Hex 89 40 BF 1C 42 0 19 112 32 32
Octal 211 100 277 34 102 0 31 422 62 62
Binary 10001001 1000000 10111111 11100 1000010 0 11001 100010010 110010 110010

Color Harmonies of #8940BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8940BF

Black with #8940BF

Text Example


Text Example

White with #8940BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8940BF; }

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

 H1.HeaderClassName
 {
   color: #8940BF;
 }
 .AnyTagClassName
 {
   color: #8940BF;
 }
</style>

background-color css

<style>
 a { background-color: #8940BF; }

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

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

border-color css

<style>
 span { border-color: #8940BF; }

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

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