Html Css Color HEX #8937BB Dark Orchid

📋 copy color: '#8937BB'

red 137 ◦ green 55 ◦ blue 187

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

Shades of Dark Orchid #8937BB

Tints of Dark Orchid #8937BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 36.15%
G = 14.51%
B = 49.34%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8937BB (or 0x8937BB) is known color: Dark Orchid. HEX triplet: 89, 37 and BB. RGB value is (137,55,187). Sum of RGB (Red+Green+Blue) = 137+55+187=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #8937BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8937BB is #76C844. Grayscale: #5E5E5E. Windows color (decimal): -7784517 or 12269449. OLE color: 12269449.

HSL color Cylindrical-coordinate representation of color #8937BB: hue angle of 277.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8937BB is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 55 187 -
CMYK 0.27 0.71 0 0.27
HSL 277.27º 0.55% 0.47% -
HSV(B) 277.27º 0.71% 0.73% -
XYZ 20.65 11.64 48.17 -
YUV 94.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 137 55 187 0.27 0.71 0 0.27 277.27 0.55 0.47
Hex 89 37 BB 1B 47 0 1B 115 37 2F
Octal 211 67 273 33 107 0 33 425 67 57
Binary 10001001 110111 10111011 11011 1000111 0 11011 100010101 110111 101111

Color Harmonies of #8937BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8937BB

Black with #8937BB

Text Example


Text Example

White with #8937BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8937BB; }

 p { color: rgb(137,55,187); }

 H1.HeaderClassName
 {
   color: #8937BB;
 }
 .AnyTagClassName
 {
   color: #8937BB;
 }
</style>

background-color css

<style>
 a { background-color: #8937BB; }

 a { background-color: rgb(137,55,187); }

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

border-color css

<style>
 span { border-color: #8937BB; }

 span { border-color: rgb(137,55,187); }

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