#841CAF

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

Shades of Dark Orchid #841CAF

Tints of Dark Orchid #841CAF

Color information

#841CAF (or 0x841CAF) is unknown color: approx Dark Orchid. HEX triplet: 84, 1C and AF. RGB value is (132,28,175). Sum of RGB (Red+Green+Blue) = 132+28+175=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #841CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841CAF is #7BE350. Grayscale: #4B4B4B. Windows color (decimal): -8119121 or 11476100. OLE color: 11476100.

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

Color convert

RGB13228175-
CMYK0.250.8400.31
HSL282.45º72.41%39.8%-
HSV(B)282.45º84%68.63%-
XYZ17.678.8341.33-
YUV75.85183.96168.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=39.40%
G=8.36%
B=52.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132281750.250.8400.31282.4572.4139.8
Hex841CAF195401F11a4828
Octal204342573112403743211050
Binary1000010011100101011111100110101000111111000110101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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