Html Css Color HEX #8931BD Dark Orchid

📋 copy color: '#8931BD'

red 137 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #8931BD

Tints of Dark Orchid #8931BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.07%

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

R = 36.53%
G = 13.07%
B = 50.4%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8931BD (or 0x8931BD) is known color: Dark Orchid. HEX triplet: 89, 31 and BD. RGB value is (137,49,189). Sum of RGB (Red+Green+Blue) = 137+49+189=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #8931BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8931BD is #76CE42. Grayscale: #5A5A5A. Windows color (decimal): -7786051 or 12398985. OLE color: 12398985.

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

Color convert

RGB 137 49 189 -
CMYK 0.28 0.74 0 0.26
HSL 277.71º 0.59% 0.47% -
HSV(B) 277.71º 0.74% 0.74% -
XYZ 20.6 11.19 49.22 -
YUV 91.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 137 49 189 0.28 0.74 0 0.26 277.71 0.59 0.47
Hex 89 31 BD 1C 4A 0 1A 116 3B 2F
Octal 211 61 275 34 112 0 32 426 73 57
Binary 10001001 110001 10111101 11100 1001010 0 11010 100010110 111011 101111

Color Harmonies of #8931BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8931BD

Black with #8931BD

Text Example


Text Example

White with #8931BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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