Html Css Color HEX #8940BD Dark Orchid

📋 copy color: '#8940BD'

red 137 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #8940BD

Tints of Dark Orchid #8940BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 35.13%
G = 16.41%
B = 48.46%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8940BD (or 0x8940BD) is known color: Dark Orchid. HEX triplet: 89, 40 and BD. RGB value is (137,64,189). Sum of RGB (Red+Green+Blue) = 137+64+189=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #8940BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8940BD is #76BF42. Grayscale: #636363. Windows color (decimal): -7782211 or 12402825. OLE color: 12402825.

HSL color Cylindrical-coordinate representation of color #8940BD: hue angle of 275.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8940BD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 64 189 -
CMYK 0.28 0.66 0 0.26
HSL 275.04º 0.49% 0.5% -
HSV(B) 275.04º 0.66% 0.74% -
XYZ 21.34 12.66 49.46 -
YUV 100.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 137 64 189 0.28 0.66 0 0.26 275.04 0.49 0.5
Hex 89 40 BD 1C 42 0 1A 113 31 32
Octal 211 100 275 34 102 0 32 423 61 62
Binary 10001001 1000000 10111101 11100 1000010 0 11010 100010011 110001 110010

Color Harmonies of #8940BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8940BD

Black with #8940BD

Text Example


Text Example

White with #8940BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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