#841CB8

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

Shades of Dark Orchid #841CB8

Tints of Dark Orchid #841CB8

Color information

#841CB8 (or 0x841CB8) is unknown color: approx Dark Orchid. HEX triplet: 84, 1C and B8. RGB value is (132,28,184). Sum of RGB (Red+Green+Blue) = 132+28+184=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #841CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CB8 is #7BE347. Grayscale: #4C4C4C. Windows color (decimal): -8119112 or 12065924. OLE color: 12065924.

HSL color Cylindrical-coordinate representation of color #841CB8: hue angle of 280º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841CB8 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13228184-
CMYK0.280.8500.28
HSL280º73.58%41.57%-
HSV(B)280º84.78%72.16%-
XYZ18.589.246.14-
YUV76.88188.46167.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 28 (11.33% from 255) = 8.14%
BLUE value IS 184 (72.27% from 255) = 53.49%
R=38.37%
G=8.14%
B=53.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132281840.280.8500.2828073.5841.57
Hex841CB81C5501C1184a2a
Octal204342703412503443011252
Binary1000010011100101110001110010101010111001000110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,28,184); }

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

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

 a { background-color: rgb(132,28,184); }

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

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

 span { border-color: rgb(132,28,184); }

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