#862DBF

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

Shades of Dark Orchid #862DBF

Tints of Dark Orchid #862DBF

Color information

#862DBF (or 0x862DBF) is unknown color: approx Dark Orchid. HEX triplet: 86, 2D and BF. RGB value is (134,45,191). Sum of RGB (Red+Green+Blue) = 134+45+191=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #862DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DBF is #79D240. Grayscale: #575757. Windows color (decimal): -7983681 or 12529030. OLE color: 12529030.

HSL color Cylindrical-coordinate representation of color #862DBF: hue angle of 276.58º degrees, saturation: 0.62, 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 #862DBF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13445191-
CMYK0.300.7600.25
HSL276.58º61.86%46.27%-
HSV(B)276.58º76.44%74.9%-
XYZ20.1710.7150.29-
YUV88.26185.99160.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 45 (17.97% from 255) = 12.16%
BLUE value IS 191 (75% from 255) = 51.62%
R=36.22%
G=12.16%
B=51.62%

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
Decimal134451910.300.7600.25276.5861.8646.27
Hex862DBF1E4C0191153e2e
Octal20655277361140314257656
Binary1000011010110110111111111101001100011001100010101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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