#841FC8

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

Shades of Dark Orchid #841FC8

Tints of Dark Orchid #841FC8

Color information

#841FC8 (or 0x841FC8) is unknown color: approx Dark Orchid. HEX triplet: 84, 1F and C8. RGB value is (132,31,200). Sum of RGB (Red+Green+Blue) = 132+31+200=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #841FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #841FC8 is #7BE037. Grayscale: #4F4F4F. Windows color (decimal): -8118328 or 13115268. OLE color: 13115268.

HSL color Cylindrical-coordinate representation of color #841FC8: hue angle of 275.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841FC8 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13231200-
CMYK0.340.8400.22
HSL275.86º73.16%45.29%-
HSV(B)275.86º84.5%78.43%-
XYZ20.4310.0655.51-
YUV80.46195.46164.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 31 (12.5% from 255) = 8.54%
BLUE value IS 200 (78.52% from 255) = 55.10%
R=36.36%
G=8.54%
B=55.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132312000.340.8400.22275.8673.1645.29
Hex841FC82254016114492d
Octal204373104212402642411155
Binary10000100111111100100010001010101000101101000101001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,31,200); }

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

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

 a { background-color: rgb(132,31,200); }

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

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

 span { border-color: rgb(132,31,200); }

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