#841CB3

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

Shades of Dark Orchid #841CB3

Tints of Dark Orchid #841CB3

Color information

#841CB3 (or 0x841CB3) is unknown color: approx Dark Orchid. HEX triplet: 84, 1C and B3. RGB value is (132,28,179). Sum of RGB (Red+Green+Blue) = 132+28+179=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #841CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841CB3 is #7BE34C. Grayscale: #4B4B4B. Windows color (decimal): -8119117 or 11738244. OLE color: 11738244.

HSL color Cylindrical-coordinate representation of color #841CB3: hue angle of 281.32º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841CB3 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13228179-
CMYK0.260.8400.30
HSL281.32º72.95%40.59%-
HSV(B)281.32º84.36%70.2%-
XYZ18.078.9943.43-
YUV76.31185.96167.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 28 (11.33% from 255) = 8.26%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=38.94%
G=8.26%
B=52.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132281790.260.8400.30281.3272.9540.59
Hex841CB31A5401E1194929
Octal204342633212403643111151
Binary1000010011100101100111101010101000111101000110011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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