#862EBF

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

Shades of Dark Orchid #862EBF

Tints of Dark Orchid #862EBF

Color information

#862EBF (or 0x862EBF) is unknown color: approx Dark Orchid. HEX triplet: 86, 2E and BF. RGB value is (134,46,191). Sum of RGB (Red+Green+Blue) = 134+46+191=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #862EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EBF is #79D140. Grayscale: #585858. Windows color (decimal): -7983425 or 12529286. OLE color: 12529286.

HSL color Cylindrical-coordinate representation of color #862EBF: hue angle of 276.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862EBF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13446191-
CMYK0.300.7600.25
HSL276.41º61.18%46.47%-
HSV(B)276.41º75.92%74.9%-
XYZ20.2110.7850.31-
YUV88.84185.65160.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 46 (18.36% from 255) = 12.40%
BLUE value IS 191 (75% from 255) = 51.48%
R=36.12%
G=12.40%
B=51.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134461910.300.7600.25276.4161.1846.47
Hex862EBF1E4C0191143d2e
Octal20656277361140314247556
Binary1000011010111010111111111101001100011001100010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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