#863CB6

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

Shades of Dark Orchid #863CB6

Tints of Dark Orchid #863CB6

Color information

#863CB6 (or 0x863CB6) is unknown color: approx Dark Orchid. HEX triplet: 86, 3C and B6. RGB value is (134,60,182). Sum of RGB (Red+Green+Blue) = 134+60+182=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #863CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863CB6 is #79C349. Grayscale: #5F5F5F. Windows color (decimal): -7979850 or 11943046. OLE color: 11943046.

HSL color Cylindrical-coordinate representation of color #863CB6: hue angle of 276.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863CB6 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13460182-
CMYK0.260.6700.29
HSL276.39º50.41%47.45%-
HSV(B)276.39º67.03%71.37%-
XYZ19.8911.6845.46-
YUV96.03176.52155.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 60 (23.83% from 255) = 15.96%
BLUE value IS 182 (71.48% from 255) = 48.40%
R=35.64%
G=15.96%
B=48.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134601820.260.6700.29276.3950.4147.45
Hex863CB61A4301D114322f
Octal20674266321030354246257
Binary1000011011110010110110110101000011011101100010100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863CB6; }

 p { color: rgb(134,60,182); }

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

<style>
 a { background-color: #863CB6; }

 a { background-color: rgb(134,60,182); }

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

<style>
 span { border-color: #863CB6; }

 span { border-color: rgb(134,60,182); }

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