#863ABA

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

Shades of Dark Orchid #863ABA

Tints of Dark Orchid #863ABA

Color information

#863ABA (or 0x863ABA) is unknown color: approx Dark Orchid. HEX triplet: 86, 3A and BA. RGB value is (134,58,186). Sum of RGB (Red+Green+Blue) = 134+58+186=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #863ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863ABA is #79C545. Grayscale: #5E5E5E. Windows color (decimal): -7980358 or 12204678. OLE color: 12204678.

HSL color Cylindrical-coordinate representation of color #863ABA: hue angle of 275.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #863ABA is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13458186-
CMYK0.280.6900.27
HSL275.62º52.46%47.84%-
HSV(B)275.62º68.82%72.94%-
XYZ20.2111.6447.64-
YUV95.32179.18155.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=35.45%
G=15.34%
B=49.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134581860.280.6900.27275.6252.4647.84
Hex863ABA1C4501B1143430
Octal20672272341050334246460
Binary1000011011101010111010111001000101011011100010100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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