#843FBF

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

Shades of Dark Orchid #843FBF

Tints of Dark Orchid #843FBF

Color information

#843FBF (or 0x843FBF) is unknown color: approx Dark Orchid. HEX triplet: 84, 3F and BF. RGB value is (132,63,191). Sum of RGB (Red+Green+Blue) = 132+63+191=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #843FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FBF is #7BC040. Grayscale: #616161. Windows color (decimal): -8110145 or 12533636. OLE color: 12533636.

HSL color Cylindrical-coordinate representation of color #843FBF: hue angle of 272.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843FBF is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13263191-
CMYK0.310.6700.25
HSL272.34º50.39%49.8%-
HSV(B)272.34º67.02%74.9%-
XYZ20.712.2250.56-
YUV98.22180.36152.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 191 (75% from 255) = 49.48%
R=34.20%
G=16.32%
B=49.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132631910.310.6700.25272.3450.3949.8
Hex843FBF1F430191103232
Octal20477277371030314206262
Binary1000010011111110111111111111000011011001100010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843FBF; }

 p { color: rgb(132,63,191); }

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

<style>
 a { background-color: #843FBF; }

 a { background-color: rgb(132,63,191); }

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

<style>
 span { border-color: #843FBF; }

 span { border-color: rgb(132,63,191); }

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