#843EBF

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

Shades of Dark Orchid #843EBF

Tints of Dark Orchid #843EBF

Color information

#843EBF (or 0x843EBF) is unknown color: approx Dark Orchid. HEX triplet: 84, 3E and BF. RGB value is (132,62,191). Sum of RGB (Red+Green+Blue) = 132+62+191=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #843EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EBF is #7BC140. Grayscale: #616161. Windows color (decimal): -8110401 or 12533380. OLE color: 12533380.

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

Color convert

RGB13262191-
CMYK0.310.6800.25
HSL272.56º50.99%49.61%-
HSV(B)272.56º67.54%74.9%-
XYZ20.6412.1150.54-
YUV97.64180.69152.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 191 (75% from 255) = 49.61%
R=34.29%
G=16.10%
B=49.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132621910.310.6800.25272.5650.9949.61
Hex843EBF1F440191113332
Octal20476277371040314216362
Binary1000010011111010111111111111000100011001100010001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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