#842ABA

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

Shades of Dark Orchid #842ABA

Tints of Dark Orchid #842ABA

Color information

#842ABA (or 0x842ABA) is unknown color: approx Dark Orchid. HEX triplet: 84, 2A and BA. RGB value is (132,42,186). Sum of RGB (Red+Green+Blue) = 132+42+186=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #842ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ABA is #7BD545. Grayscale: #545454. Windows color (decimal): -8115526 or 12200580. OLE color: 12200580.

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

Color convert

RGB13242186-
CMYK0.290.7700.27
HSL277.5º63.16%44.71%-
HSV(B)277.5º77.42%72.94%-
XYZ19.2110.1147.39-
YUV85.33184.82161.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=36.67%
G=11.67%
B=51.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132421860.290.7700.27277.563.1644.71
Hex842ABA1D4D01B1163f2d
Octal20452272351150334267755
Binary1000010010101010111010111011001101011011100010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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