Html Css Color HEX #8936BC Dark Orchid

📋 copy color: '#8936BC'

red 137 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #8936BC

Tints of Dark Orchid #8936BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 36.15%
G = 14.25%
B = 49.6%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8936BC (or 0x8936BC) is known color: Dark Orchid. HEX triplet: 89, 36 and BC. RGB value is (137,54,188). Sum of RGB (Red+Green+Blue) = 137+54+188=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #8936BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8936BC is #76C943. Grayscale: #5D5D5D. Windows color (decimal): -7784772 or 12334729. OLE color: 12334729.

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

Color convert

RGB 137 54 188 -
CMYK 0.27 0.71 0 0.26
HSL 277.16º 0.55% 0.47% -
HSV(B) 277.16º 0.71% 0.74% -
XYZ 20.71 11.59 48.72 -
YUV 94.09 181 158.6 -
System Red Green Blue C M Y K H S L
Decimal 137 54 188 0.27 0.71 0 0.26 277.16 0.55 0.47
Hex 89 36 BC 1B 47 0 1A 115 37 2F
Octal 211 66 274 33 107 0 32 425 67 57
Binary 10001001 110110 10111100 11011 1000111 0 11010 100010101 110111 101111

Color Harmonies of #8936BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8936BC

Black with #8936BC

Text Example


Text Example

White with #8936BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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