#861ABD

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

Shades of Dark Orchid #861ABD

Tints of Dark Orchid #861ABD

Color information

#861ABD (or 0x861ABD) is unknown color: approx Dark Orchid. HEX triplet: 86, 1A and BD. RGB value is (134,26,189). Sum of RGB (Red+Green+Blue) = 134+26+189=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #861ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861ABD is #79E542. Grayscale: #4C4C4C. Windows color (decimal): -7988547 or 12393094. OLE color: 12393094.

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

Color convert

RGB13426189-
CMYK0.290.8600.26
HSL279.75º75.81%42.16%-
HSV(B)279.75º86.24%74.12%-
XYZ19.399.4848.95-
YUV76.87191.28168.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 26 (10.55% from 255) = 7.45%
BLUE value IS 189 (74.22% from 255) = 54.15%
R=38.40%
G=7.45%
B=54.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134261890.290.8600.26279.7575.8142.16
Hex861ABD1D5601A1184c2a
Octal206322753512603243011452
Binary1000011011010101111011110110101100110101000110001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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