#861BBE

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

Shades of Dark Orchid #861BBE

Tints of Dark Orchid #861BBE

Color information

#861BBE (or 0x861BBE) is unknown color: approx Dark Orchid. HEX triplet: 86, 1B and BE. RGB value is (134,27,190). Sum of RGB (Red+Green+Blue) = 134+27+190=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #861BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861BBE is #79E441. Grayscale: #4D4D4D. Windows color (decimal): -7988290 or 12458886. OLE color: 12458886.

HSL color Cylindrical-coordinate representation of color #861BBE: hue angle of 279.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861BBE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13427190-
CMYK0.290.8600.25
HSL279.39º75.12%42.55%-
HSV(B)279.39º85.79%74.51%-
XYZ19.529.5749.53-
YUV77.57191.45168.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 27 (10.94% from 255) = 7.69%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=38.18%
G=7.69%
B=54.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134271900.290.8600.25279.3975.1242.55
Hex861BBE1D560191174b2b
Octal206332763512603142711353
Binary1000011011011101111101110110101100110011000101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,27,190); }

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

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

 a { background-color: rgb(134,27,190); }

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

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

 span { border-color: rgb(134,27,190); }

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