Html Css Color HEX #8636CE Dark Orchid

📋 copy color: '#8636CE'

red 134 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #8636CE

Tints of Dark Orchid #8636CE

RGB

 RED value IS 134 (52.73% from 255) = 34.01%

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

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

R = 34.01%
G = 13.71%
B = 52.28%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8636CE (or 0x8636CE) is known color: Dark Orchid. HEX triplet: 86, 36 and CE. RGB value is (134,54,206). Sum of RGB (Red+Green+Blue) = 134+54+206=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #8636CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8636CE is #79C931. Grayscale: #5E5E5E. Windows color (decimal): -7981362 or 13514374. OLE color: 13514374.

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

Color convert

RGB 134 54 206 -
CMYK 0.35 0.74 0 0.19
HSL 271.58º 0.61% 0.51% -
HSV(B) 271.58º 0.74% 0.81% -
XYZ 22.29 12.16 59.57 -
YUV 95.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 134 54 206 0.35 0.74 0 0.19 271.58 0.61 0.51
Hex 86 36 CE 23 4A 0 13 110 3D 33
Octal 206 66 316 43 112 0 23 420 75 63
Binary 10000110 110110 11001110 100011 1001010 0 10011 100010000 111101 110011

Color Harmonies of #8636CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8636CE

Black with #8636CE

Text Example


Text Example

White with #8636CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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