#841BBF

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

Shades of Dark Orchid #841BBF

Tints of Dark Orchid #841BBF

Color information

#841BBF (or 0x841BBF) is unknown color: approx Dark Orchid. HEX triplet: 84, 1B and BF. RGB value is (132,27,191). Sum of RGB (Red+Green+Blue) = 132+27+191=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #841BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841BBF is #7BE440. Grayscale: #4C4C4C. Windows color (decimal): -8119361 or 12524420. OLE color: 12524420.

HSL color Cylindrical-coordinate representation of color #841BBF: hue angle of 278.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #841BBF is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13227191-
CMYK0.310.8600.25
HSL278.41º75.23%42.75%-
HSV(B)278.41º85.86%74.9%-
XYZ19.319.4550.1-
YUV77.09192.29167.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 27 (10.94% from 255) = 7.71%
BLUE value IS 191 (75% from 255) = 54.57%
R=37.71%
G=7.71%
B=54.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132271910.310.8600.25278.4175.2342.75
Hex841BBF1F560191164b2b
Octal204332773712603142611353
Binary1000010011011101111111111110101100110011000101101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,27,191); }

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

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

 a { background-color: rgb(132,27,191); }

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

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

 span { border-color: rgb(132,27,191); }

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