#842ABB

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

Shades of Dark Orchid #842ABB

Tints of Dark Orchid #842ABB

Color information

#842ABB (or 0x842ABB) is unknown color: approx Dark Orchid. HEX triplet: 84, 2A and BB. RGB value is (132,42,187). Sum of RGB (Red+Green+Blue) = 132+42+187=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #842ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ABB is #7BD544. Grayscale: #545454. Windows color (decimal): -8115525 or 12266116. OLE color: 12266116.

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

Color convert

RGB13242187-
CMYK0.290.7800.27
HSL277.24º63.32%44.9%-
HSV(B)277.24º77.54%73.33%-
XYZ19.3110.1547.95-
YUV85.44185.32161.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 187 (73.44% from 255) = 51.80%
R=36.57%
G=11.63%
B=51.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132421870.290.7800.27277.2463.3244.9
Hex842ABB1D4E01B1153f2d
Octal20452273351160334257755
Binary1000010010101010111011111011001110011011100010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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