#841ABD

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

Shades of Dark Orchid #841ABD

Tints of Dark Orchid #841ABD

Color information

#841ABD (or 0x841ABD) is unknown color: approx Dark Orchid. HEX triplet: 84, 1A and BD. RGB value is (132,26,189). Sum of RGB (Red+Green+Blue) = 132+26+189=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #841ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841ABD is #7BE542. Grayscale: #4B4B4B. Windows color (decimal): -8119619 or 12393092. OLE color: 12393092.

HSL color Cylindrical-coordinate representation of color #841ABD: hue angle of 279.02º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841ABD is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13226189-
CMYK0.300.8600.26
HSL279.02º75.81%42.16%-
HSV(B)279.02º86.24%74.12%-
XYZ19.079.3248.94-
YUV76.28191.62167.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 26 (10.55% from 255) = 7.49%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=38.04%
G=7.49%
B=54.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132261890.300.8600.26279.0275.8142.16
Hex841ABD1E5601A1174c2a
Octal204322753612603242711452
Binary1000010011010101111011111010101100110101000101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841ABD; }

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

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

<style>
 a { background-color: #841ABD; }

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

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

<style>
 span { border-color: #841ABD; }

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

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