Html Css Color HEX #8936B1 Dark Orchid

📋 copy color: '#8936B1'

red 137 ◦ green 54 ◦ blue 177

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

Shades of Dark Orchid #8936B1

Tints of Dark Orchid #8936B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.1%

R = 37.23%
G = 14.67%
B = 48.1%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8936B1 (or 0x8936B1) is known color: Dark Orchid. HEX triplet: 89, 36 and B1. RGB value is (137,54,177). Sum of RGB (Red+Green+Blue) = 137+54+177=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #8936B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8936B1 is #76C94E. Grayscale: #5C5C5C. Windows color (decimal): -7784783 or 11613833. OLE color: 11613833.

HSL color Cylindrical-coordinate representation of color #8936B1: hue angle of 280.49º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8936B1 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 54 177 -
CMYK 0.23 0.69 0 0.31
HSL 280.49º 0.53% 0.45% -
HSV(B) 280.49º 0.69% 0.69% -
XYZ 19.57 11.13 42.71 -
YUV 92.84 175.5 159.5 -
System Red Green Blue C M Y K H S L
Decimal 137 54 177 0.23 0.69 0 0.31 280.49 0.53 0.45
Hex 89 36 B1 17 45 0 1F 118 35 2D
Octal 211 66 261 27 105 0 37 430 65 55
Binary 10001001 110110 10110001 10111 1000101 0 11111 100011000 110101 101101

Color Harmonies of #8936B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8936B1

Black with #8936B1

Text Example


Text Example

White with #8936B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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