#861CAF

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

Shades of Dark Orchid #861CAF

Tints of Dark Orchid #861CAF

Color information

#861CAF (or 0x861CAF) is unknown color: approx Dark Orchid. HEX triplet: 86, 1C and AF. RGB value is (134,28,175). Sum of RGB (Red+Green+Blue) = 134+28+175=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #861CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861CAF is #79E350. Grayscale: #4B4B4B. Windows color (decimal): -7988049 or 11476102. OLE color: 11476102.

HSL color Cylindrical-coordinate representation of color #861CAF: hue angle of 283.27º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861CAF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13428175-
CMYK0.230.8400.31
HSL283.27º72.41%39.8%-
HSV(B)283.27º84%68.63%-
XYZ17.988.9941.35-
YUV76.45183.62169.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 175 (68.75% from 255) = 51.93%
R=39.76%
G=8.31%
B=51.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134281750.230.8400.31283.2772.4139.8
Hex861CAF175401F11b4828
Octal206342572712403743311050
Binary1000011011100101011111011110101000111111000110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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