#863DBB

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

Shades of Dark Orchid #863DBB

Tints of Dark Orchid #863DBB

Color information

#863DBB (or 0x863DBB) is unknown color: approx Dark Orchid. HEX triplet: 86, 3D and BB. RGB value is (134,61,187). Sum of RGB (Red+Green+Blue) = 134+61+187=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #863DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DBB is #79C244. Grayscale: #606060. Windows color (decimal): -7979589 or 12270982. OLE color: 12270982.

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

Color convert

RGB13461187-
CMYK0.280.6700.27
HSL274.76º50.81%48.63%-
HSV(B)274.76º67.38%73.33%-
XYZ20.4711.9948.25-
YUV97.19178.68154.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=35.08%
G=15.97%
B=48.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134611870.280.6700.27274.7650.8148.63
Hex863DBB1C4301B1133331
Octal20675273341030334236361
Binary1000011011110110111011111001000011011011100010011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,61,187); }

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

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

 a { background-color: rgb(134,61,187); }

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

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

 span { border-color: rgb(134,61,187); }

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