#861AB7

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

Shades of Dark Orchid #861AB7

Tints of Dark Orchid #861AB7

Color information

#861AB7 (or 0x861AB7) is unknown color: approx Dark Orchid. HEX triplet: 86, 1A and B7. RGB value is (134,26,183). Sum of RGB (Red+Green+Blue) = 134+26+183=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #861AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861AB7 is #79E548. Grayscale: #4B4B4B. Windows color (decimal): -7988553 or 11999878. OLE color: 11999878.

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

Color convert

RGB13426183-
CMYK0.270.8600.28
HSL281.27º75.12%40.98%-
HSV(B)281.27º85.79%71.76%-
XYZ18.759.2345.59-
YUV76.19188.28169.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 26 (10.55% from 255) = 7.58%
BLUE value IS 183 (71.88% from 255) = 53.35%
R=39.07%
G=7.58%
B=53.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134261830.270.8600.28281.2775.1240.98
Hex861AB71B5601C1194b29
Octal206322673312603443111351
Binary1000011011010101101111101110101100111001000110011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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