#8636CA

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

Shades of Dark Orchid #8636CA

Tints of Dark Orchid #8636CA

Color information

#8636CA (or 0x8636CA) is unknown color: approx Dark Orchid. HEX triplet: 86, 36 and CA. RGB value is (134,54,202). Sum of RGB (Red+Green+Blue) = 134+54+202=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #8636CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8636CA is #79C935. Grayscale: #5E5E5E. Windows color (decimal): -7981366 or 13252230. OLE color: 13252230.

HSL color Cylindrical-coordinate representation of color #8636CA: hue angle of 272.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8636CA is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13454202-
CMYK0.340.7300.21
HSL272.43º58.27%50.2%-
HSV(B)272.43º73.27%79.22%-
XYZ21.8111.9757.04-
YUV94.79188.5155.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 54 (21.48% from 255) = 13.85%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=34.36%
G=13.85%
B=51.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal134542020.340.7300.21272.4358.2750.2
Hex8636CA22490151103a32
Octal20666312421110254207262
Binary10000110110110110010101000101001001010101100010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8636CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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