#8444C9

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

Shades of Dark Orchid #8444C9

Tints of Dark Orchid #8444C9

Color information

#8444C9 (or 0x8444C9) is unknown color: approx Dark Orchid. HEX triplet: 84, 44 and C9. RGB value is (132,68,201). Sum of RGB (Red+Green+Blue) = 132+68+201=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #8444C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8444C9 is #7BBB36. Grayscale: #656565. Windows color (decimal): -8108855 or 13190276. OLE color: 13190276.

HSL color Cylindrical-coordinate representation of color #8444C9: hue angle of 268.87º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8444C9 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13268201-
CMYK0.340.6600.21
HSL268.87º55.19%52.75%-
HSV(B)268.87º66.17%78.82%-
XYZ22.1313.2656.65-
YUV102.3183.7149.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 201 (78.91% from 255) = 50.12%
R=32.92%
G=16.96%
B=50.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132682010.340.6600.21268.8755.1952.75
Hex8444C9224201510d3735
Octal204104311421020254156765
Binary100001001000100110010011000101000010010101100001101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8444C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8444C9; }

 p { color: rgb(132,68,201); }

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

<style>
 a { background-color: #8444C9; }

 a { background-color: rgb(132,68,201); }

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

<style>
 span { border-color: #8444C9; }

 span { border-color: rgb(132,68,201); }

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