#862EB1

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

Shades of Dark Orchid #862EB1

Tints of Dark Orchid #862EB1

Color information

#862EB1 (or 0x862EB1) is unknown color: approx Dark Orchid. HEX triplet: 86, 2E and B1. RGB value is (134,46,177). Sum of RGB (Red+Green+Blue) = 134+46+177=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #862EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862EB1 is #79D14E. Grayscale: #565656. Windows color (decimal): -7983439 or 11611782. OLE color: 11611782.

HSL color Cylindrical-coordinate representation of color #862EB1: hue angle of 280.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862EB1 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13446177-
CMYK0.240.7400.31
HSL280.31º58.74%43.73%-
HSV(B)280.31º74.01%69.41%-
XYZ18.7410.242.58-
YUV87.25178.65161.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 177 (69.53% from 255) = 49.58%
R=37.54%
G=12.89%
B=49.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134461770.240.7400.31280.3158.7443.73
Hex862EB1184A01F1183b2c
Octal20656261301120374307354
Binary1000011010111010110001110001001010011111100011000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862EB1; }

 p { color: rgb(134,46,177); }

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

<style>
 a { background-color: #862EB1; }

 a { background-color: rgb(134,46,177); }

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

<style>
 span { border-color: #862EB1; }

 span { border-color: rgb(134,46,177); }

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