#841AB1

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

Shades of Dark Orchid #841AB1

Tints of Dark Orchid #841AB1

Color information

#841AB1 (or 0x841AB1) is unknown color: approx Dark Orchid. HEX triplet: 84, 1A and B1. RGB value is (132,26,177). Sum of RGB (Red+Green+Blue) = 132+26+177=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #841AB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841AB1 is #7BE54E. Grayscale: #4A4A4A. Windows color (decimal): -8119631 or 11606660. OLE color: 11606660.

HSL color Cylindrical-coordinate representation of color #841AB1: hue angle of 282.12º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841AB1 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13226177-
CMYK0.250.8500.31
HSL282.12º74.38%39.8%-
HSV(B)282.12º85.31%69.41%-
XYZ17.828.8242.36-
YUV74.91185.62168.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 26 (10.55% from 255) = 7.76%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=39.40%
G=7.76%
B=52.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132261770.250.8500.31282.1274.3839.8
Hex841AB1195501F11a4a28
Octal204322613112503743211250
Binary1000010011010101100011100110101010111111000110101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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