#863BB4

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

Shades of Dark Orchid #863BB4

Tints of Dark Orchid #863BB4

Color information

#863BB4 (or 0x863BB4) is unknown color: approx Dark Orchid. HEX triplet: 86, 3B and B4. RGB value is (134,59,180). Sum of RGB (Red+Green+Blue) = 134+59+180=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #863BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BB4 is #79C44B. Grayscale: #5E5E5E. Windows color (decimal): -7980108 or 11811718. OLE color: 11811718.

HSL color Cylindrical-coordinate representation of color #863BB4: hue angle of 277.19º degrees, saturation: 0.51, 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 #863BB4 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13459180-
CMYK0.260.6700.29
HSL277.19º50.63%46.86%-
HSV(B)277.19º67.22%70.59%-
XYZ19.6311.4944.36-
YUV95.22175.85155.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=35.92%
G=15.82%
B=48.26%

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
Decimal134591800.260.6700.29277.1950.6346.86
Hex863BB41A4301D115332f
Octal20673264321030354256357
Binary1000011011101110110100110101000011011101100010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,59,180); }

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

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

 a { background-color: rgb(134,59,180); }

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

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

 span { border-color: rgb(134,59,180); }

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