#843FBD

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

Shades of Dark Orchid #843FBD

Tints of Dark Orchid #843FBD

Color information

#843FBD (or 0x843FBD) is unknown color: approx Dark Orchid. HEX triplet: 84, 3F and BD. RGB value is (132,63,189). Sum of RGB (Red+Green+Blue) = 132+63+189=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #843FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FBD is #7BC042. Grayscale: #616161. Windows color (decimal): -8110147 or 12402564. OLE color: 12402564.

HSL color Cylindrical-coordinate representation of color #843FBD: hue angle of 272.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843FBD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13263189-
CMYK0.300.6700.26
HSL272.86º50%49.41%-
HSV(B)272.86º66.67%74.12%-
XYZ20.4812.1349.41-
YUV97.99179.36152.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 63 (25% from 255) = 16.41%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=34.38%
G=16.41%
B=49.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132631890.300.6700.26272.865049.41
Hex843FBD1E4301A1113231
Octal20477275361030324216261
Binary1000010011111110111101111101000011011010100010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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