Html Css Color HEX #8936BA Dark Orchid

📋 copy color: '#8936BA'

red 137 ◦ green 54 ◦ blue 186

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

Shades of Dark Orchid #8936BA

Tints of Dark Orchid #8936BA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.32%

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

R = 36.34%
G = 14.32%
B = 49.34%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8936BA (or 0x8936BA) is known color: Dark Orchid. HEX triplet: 89, 36 and BA. RGB value is (137,54,186). Sum of RGB (Red+Green+Blue) = 137+54+186=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #8936BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8936BA is #76C945. Grayscale: #5D5D5D. Windows color (decimal): -7784774 or 12203657. OLE color: 12203657.

HSL color Cylindrical-coordinate representation of color #8936BA: hue angle of 277.73º 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 #8936BA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 54 186 -
CMYK 0.26 0.71 0 0.27
HSL 277.73º 0.55% 0.47% -
HSV(B) 277.73º 0.71% 0.73% -
XYZ 20.5 11.5 47.59 -
YUV 93.87 180 158.77 -
System Red Green Blue C M Y K H S L
Decimal 137 54 186 0.26 0.71 0 0.27 277.73 0.55 0.47
Hex 89 36 BA 1A 47 0 1B 116 37 2F
Octal 211 66 272 32 107 0 33 426 67 57
Binary 10001001 110110 10111010 11010 1000111 0 11011 100010110 110111 101111

Color Harmonies of #8936BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8936BA

Black with #8936BA

Text Example


Text Example

White with #8936BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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