#862FBA

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

Shades of Dark Orchid #862FBA

Tints of Dark Orchid #862FBA

Color information

#862FBA (or 0x862FBA) is unknown color: approx Dark Orchid. HEX triplet: 86, 2F and BA. RGB value is (134,47,186). Sum of RGB (Red+Green+Blue) = 134+47+186=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #862FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862FBA is #79D045. Grayscale: #585858. Windows color (decimal): -7983174 or 12201862. OLE color: 12201862.

HSL color Cylindrical-coordinate representation of color #862FBA: hue angle of 277.55º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862FBA is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13447186-
CMYK0.280.7500.27
HSL277.55º59.66%45.69%-
HSV(B)277.55º74.73%72.94%-
XYZ19.7110.6547.47-
YUV88.86182.82160.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 47 (18.75% from 255) = 12.81%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=36.51%
G=12.81%
B=50.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134471860.280.7500.27277.5559.6645.69
Hex862FBA1C4B01B1163c2e
Octal20657272341130334267456
Binary1000011010111110111010111001001011011011100010110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,47,186); }

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

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

 a { background-color: rgb(134,47,186); }

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

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

 span { border-color: rgb(134,47,186); }

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