Html Css Color HEX #8936CE Dark Orchid

📋 copy color: '#8936CE'

red 137 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #8936CE

Tints of Dark Orchid #8936CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 34.51%
G = 13.6%
B = 51.89%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8936CE (or 0x8936CE) is known color: Dark Orchid. HEX triplet: 89, 36 and CE. RGB value is (137,54,206). Sum of RGB (Red+Green+Blue) = 137+54+206=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #8936CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8936CE is #76C931. Grayscale: #5F5F5F. Windows color (decimal): -7784754 or 13514377. OLE color: 13514377.

HSL color Cylindrical-coordinate representation of color #8936CE: hue angle of 272.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8936CE is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 54 206 -
CMYK 0.33 0.74 0 0.19
HSL 272.76º 0.61% 0.51% -
HSV(B) 272.76º 0.74% 0.81% -
XYZ 22.78 12.41 59.59 -
YUV 96.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 137 54 206 0.33 0.74 0 0.19 272.76 0.61 0.51
Hex 89 36 CE 21 4A 0 13 111 3D 33
Octal 211 66 316 41 112 0 23 421 75 63
Binary 10001001 110110 11001110 100001 1001010 0 10011 100010001 111101 110011

Color Harmonies of #8936CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8936CE

Black with #8936CE

Text Example


Text Example

White with #8936CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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