#863AB3

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

Shades of Dark Orchid #863AB3

Tints of Dark Orchid #863AB3

Color information

#863AB3 (or 0x863AB3) is unknown color: approx Dark Orchid. HEX triplet: 86, 3A and B3. RGB value is (134,58,179). Sum of RGB (Red+Green+Blue) = 134+58+179=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #863AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863AB3 is #79C54C. Grayscale: #5E5E5E. Windows color (decimal): -7980365 or 11745926. OLE color: 11745926.

HSL color Cylindrical-coordinate representation of color #863AB3: hue angle of 277.69º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #863AB3 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13458179-
CMYK0.250.6800.30
HSL277.69º51.05%46.47%-
HSV(B)277.69º67.6%70.2%-
XYZ19.4811.3543.81-
YUV94.52175.68156.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 179 (70.31% from 255) = 48.25%
R=36.12%
G=15.63%
B=48.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134581790.250.6800.30277.6951.0546.47
Hex863AB3194401E116332e
Octal20672263311040364266356
Binary1000011011101010110011110011000100011110100010110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,58,179); }

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

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

 a { background-color: rgb(134,58,179); }

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

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

 span { border-color: rgb(134,58,179); }

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