#863BBA

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

Shades of Dark Orchid #863BBA

Tints of Dark Orchid #863BBA

Color information

#863BBA (or 0x863BBA) is unknown color: approx Dark Orchid. HEX triplet: 86, 3B and BA. RGB value is (134,59,186). Sum of RGB (Red+Green+Blue) = 134+59+186=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #863BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BBA is #79C445. Grayscale: #5F5F5F. Windows color (decimal): -7980102 or 12204934. OLE color: 12204934.

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

Color convert

RGB13459186-
CMYK0.280.6800.27
HSL275.43º51.84%48.04%-
HSV(B)275.43º68.28%72.94%-
XYZ20.2611.7447.65-
YUV95.9178.85155.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=35.36%
G=15.57%
B=49.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134591860.280.6800.27275.4351.8448.04
Hex863BBA1C4401B1133430
Octal20673272341040334236460
Binary1000011011101110111010111001000100011011100010011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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