#8636c8

Color #8636C8 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8636C8

Tints of Dark Orchid #8636C8

Color information

#8636C8 (or 0x8636C8) is unknown color: approx Dark Orchid. HEX triplet: 86, 36 and C8. RGB value is (134,54,200). Sum of RGB (Red+Green+Blue) = 134+54+200=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #8636C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8636C8 is #79C937. Grayscale: #5E5E5E. Windows color (decimal): -7981368 or 13121158. OLE color: 13121158.

HSL color Cylindrical-coordinate representation of color #8636C8: hue angle of 272.88º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8636C8 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13454200-
CMYK0.330.7300.22
HSL272.88º57.48%49.8%-
HSV(B)272.88º73%78.43%-
XYZ21.5811.8855.8-
YUV94.56187.5156.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.54%
GREEN value IS 54 (21.48% from 255) = 13.92%
BLUE value IS 200 (78.52% from 255) = 51.55%
R=34.54%
G=13.92%
B=51.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal134542000.330.7300.22272.8857.4849.8
Hex8636C821490161113932
Octal20666310411110264217162
Binary10000110110110110010001000011001001010110100010001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8636c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8636c8;
 }
 .AnyTagClassName
 {
   color: #8636c8;
 }
</style>
background-color css

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

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

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

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

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

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