#861FBB

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

Shades of Dark Orchid #861FBB

Tints of Dark Orchid #861FBB

Color information

#861FBB (or 0x861FBB) is unknown color: approx Dark Orchid. HEX triplet: 86, 1F and BB. RGB value is (134,31,187). Sum of RGB (Red+Green+Blue) = 134+31+187=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #861FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861FBB is #79E044. Grayscale: #4F4F4F. Windows color (decimal): -7987269 or 12263302. OLE color: 12263302.

HSL color Cylindrical-coordinate representation of color #861FBB: hue angle of 279.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861FBB is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13431187-
CMYK0.280.8300.27
HSL279.62º71.56%42.75%-
HSV(B)279.62º83.42%73.33%-
XYZ19.299.6447.86-
YUV79.58188.62166.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 31 (12.5% from 255) = 8.81%
BLUE value IS 187 (73.44% from 255) = 53.12%
R=38.07%
G=8.81%
B=53.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134311870.280.8300.27279.6271.5642.75
Hex861FBB1C5301B118482b
Octal206372733412303343011053
Binary1000011011111101110111110010100110110111000110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861FBB; }

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

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

<style>
 a { background-color: #861FBB; }

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

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

<style>
 span { border-color: #861FBB; }

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

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