#842CBA

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

Shades of Dark Orchid #842CBA

Tints of Dark Orchid #842CBA

Color information

#842CBA (or 0x842CBA) is unknown color: approx Dark Orchid. HEX triplet: 84, 2C and BA. RGB value is (132,44,186). Sum of RGB (Red+Green+Blue) = 132+44+186=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #842CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CBA is #7BD345. Grayscale: #565656. Windows color (decimal): -8115014 or 12201092. OLE color: 12201092.

HSL color Cylindrical-coordinate representation of color #842CBA: hue angle of 277.18º degrees, saturation: 0.62, 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 #842CBA is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13244186-
CMYK0.290.7600.27
HSL277.18º61.74%45.1%-
HSV(B)277.18º76.34%72.94%-
XYZ19.2810.2547.42-
YUV86.5184.15160.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 44 (17.58% from 255) = 12.15%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=36.46%
G=12.15%
B=51.38%

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
Decimal132441860.290.7600.27277.1861.7445.1
Hex842CBA1D4C01B1153e2d
Octal20454272351140334257655
Binary1000010010110010111010111011001100011011100010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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