Html Css Color HEX #8936D0 Dark Orchid

📋 copy color: '#8936D0'

red 137 ◦ green 54 ◦ blue 208

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

Shades of Dark Orchid #8936D0

Tints of Dark Orchid #8936D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 34.34%
G = 13.53%
B = 52.13%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8936D0 (or 0x8936D0) is known color: Dark Orchid. HEX triplet: 89, 36 and D0. RGB value is (137,54,208). Sum of RGB (Red+Green+Blue) = 137+54+208=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #8936D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8936D0 is #76C92F. Grayscale: #5F5F5F. Windows color (decimal): -7784752 or 13645449. OLE color: 13645449.

HSL color Cylindrical-coordinate representation of color #8936D0: hue angle of 272.34º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8936D0 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 137 54 208 -
CMYK 0.34 0.74 0 0.18
HSL 272.34º 0.62% 0.51% -
HSV(B) 272.34º 0.74% 0.82% -
XYZ 23.02 12.51 60.88 -
YUV 96.37 191 156.98 -
System Red Green Blue C M Y K H S L
Decimal 137 54 208 0.34 0.74 0 0.18 272.34 0.62 0.51
Hex 89 36 D0 22 4A 0 12 110 3E 33
Octal 211 66 320 42 112 0 22 420 76 63
Binary 10001001 110110 11010000 100010 1001010 0 10010 100010000 111110 110011

Color Harmonies of #8936D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8936D0

Black with #8936D0

Text Example


Text Example

White with #8936D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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