#861CBD

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

Shades of Dark Orchid #861CBD

Tints of Dark Orchid #861CBD

Color information

#861CBD (or 0x861CBD) is unknown color: approx Dark Orchid. HEX triplet: 86, 1C and BD. RGB value is (134,28,189). Sum of RGB (Red+Green+Blue) = 134+28+189=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #861CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861CBD is #79E342. Grayscale: #4D4D4D. Windows color (decimal): -7988035 or 12393606. OLE color: 12393606.

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

Color convert

RGB13428189-
CMYK0.290.8500.26
HSL279.5º74.19%42.55%-
HSV(B)279.5º85.19%74.12%-
XYZ19.439.5748.97-
YUV78.05190.62167.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=38.18%
G=7.98%
B=53.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134281890.290.8500.26279.574.1942.55
Hex861CBD1D5501A1184a2b
Octal206342753512503243011253
Binary1000011011100101111011110110101010110101000110001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,28,189); }

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

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

 a { background-color: rgb(134,28,189); }

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

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

 span { border-color: rgb(134,28,189); }

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