#842DBA

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

Shades of Dark Orchid #842DBA

Tints of Dark Orchid #842DBA

Color information

#842DBA (or 0x842DBA) is unknown color: approx Dark Orchid. HEX triplet: 84, 2D and BA. RGB value is (132,45,186). Sum of RGB (Red+Green+Blue) = 132+45+186=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #842DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842DBA is #7BD245. Grayscale: #565656. Windows color (decimal): -8114758 or 12201348. OLE color: 12201348.

HSL color Cylindrical-coordinate representation of color #842DBA: hue angle of 277.02º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842DBA is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13245186-
CMYK0.290.7600.27
HSL277.02º61.04%45.29%-
HSV(B)277.02º75.81%72.94%-
XYZ19.3210.3347.43-
YUV87.09183.82160.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 45 (17.97% from 255) = 12.40%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=36.36%
G=12.40%
B=51.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132451860.290.7600.27277.0261.0445.29
Hex842DBA1D4C01B1153d2d
Octal20455272351140334257555
Binary1000010010110110111010111011001100011011100010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842DBA; }

 p { color: rgb(132,45,186); }

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

<style>
 a { background-color: #842DBA; }

 a { background-color: rgb(132,45,186); }

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

<style>
 span { border-color: #842DBA; }

 span { border-color: rgb(132,45,186); }

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