Html Css Color HEX #8939BA Dark Orchid

📋 copy color: '#8939BA'

red 137 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #8939BA

Tints of Dark Orchid #8939BA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15%

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 36.05%
G = 15%
B = 48.95%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8939BA (or 0x8939BA) is known color: Dark Orchid. HEX triplet: 89, 39 and BA. RGB value is (137,57,186). Sum of RGB (Red+Green+Blue) = 137+57+186=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #8939BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8939BA is #76C645. Grayscale: #5F5F5F. Windows color (decimal): -7784006 or 12204425. OLE color: 12204425.

HSL color Cylindrical-coordinate representation of color #8939BA: hue angle of 277.21º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8939BA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 57 186 -
CMYK 0.26 0.69 0 0.27
HSL 277.21º 0.53% 0.48% -
HSV(B) 277.21º 0.69% 0.73% -
XYZ 20.64 11.79 47.64 -
YUV 95.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 137 57 186 0.26 0.69 0 0.27 277.21 0.53 0.48
Hex 89 39 BA 1A 45 0 1B 115 35 30
Octal 211 71 272 32 105 0 33 425 65 60
Binary 10001001 111001 10111010 11010 1000101 0 11011 100010101 110101 110000

Color Harmonies of #8939BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8939BA

Black with #8939BA

Text Example


Text Example

White with #8939BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8939BA; }

 p { color: rgb(137,57,186); }

 H1.HeaderClassName
 {
   color: #8939BA;
 }
 .AnyTagClassName
 {
   color: #8939BA;
 }
</style>

background-color css

<style>
 a { background-color: #8939BA; }

 a { background-color: rgb(137,57,186); }

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

border-color css

<style>
 span { border-color: #8939BA; }

 span { border-color: rgb(137,57,186); }

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