Html Css Color HEX #8736CE Dark Orchid

📋 copy color: '#8736CE'

red 135 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #8736CE

Tints of Dark Orchid #8736CE

RGB

 RED value IS 135 (53.13% from 255) = 34.18%

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

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

R = 34.18%
G = 13.67%
B = 52.15%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8736CE (or 0x8736CE) is known color: Dark Orchid. HEX triplet: 87, 36 and CE. RGB value is (135,54,206). Sum of RGB (Red+Green+Blue) = 135+54+206=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #8736CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8736CE is #78C931. Grayscale: #5F5F5F. Windows color (decimal): -7915826 or 13514375. OLE color: 13514375.

HSL color Cylindrical-coordinate representation of color #8736CE: hue angle of 271.97º 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 #8736CE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 54 206 -
CMYK 0.34 0.74 0 0.19
HSL 271.97º 0.61% 0.51% -
HSV(B) 271.97º 0.74% 0.81% -
XYZ 22.45 12.25 59.57 -
YUV 95.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 135 54 206 0.34 0.74 0 0.19 271.97 0.61 0.51
Hex 87 36 CE 22 4A 0 13 110 3D 33
Octal 207 66 316 42 112 0 23 420 75 63
Binary 10000111 110110 11001110 100010 1001010 0 10011 100010000 111101 110011

Color Harmonies of #8736CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8736CE

Black with #8736CE

Text Example


Text Example

White with #8736CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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