#841BAF

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

Shades of Dark Orchid #841BAF

Tints of Dark Orchid #841BAF

Color information

#841BAF (or 0x841BAF) is unknown color: approx Dark Orchid. HEX triplet: 84, 1B and AF. RGB value is (132,27,175). Sum of RGB (Red+Green+Blue) = 132+27+175=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #841BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841BAF is #7BE450. Grayscale: #4A4A4A. Windows color (decimal): -8119377 or 11475844. OLE color: 11475844.

HSL color Cylindrical-coordinate representation of color #841BAF: hue angle of 282.57º degrees, saturation: 0.73, 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 #841BAF is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13227175-
CMYK0.250.8500.31
HSL282.57º73.27%39.61%-
HSV(B)282.57º84.57%68.63%-
XYZ17.658.7841.32-
YUV75.27184.29168.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.52%
GREEN value IS 27 (10.94% from 255) = 8.08%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=39.52%
G=8.08%
B=52.40%

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
Decimal132271750.250.8500.31282.5773.2739.61
Hex841BAF195501F11b4928
Octal204332573112503743311150
Binary1000010011011101011111100110101010111111000110111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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