#9044CF

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

Shades of Dark Orchid #9044CF

Tints of Dark Orchid #9044CF

Color information

#9044CF (or 0x9044CF) is unknown color: approx Dark Orchid. HEX triplet: 90, 44 and CF. RGB value is (144,68,207). Sum of RGB (Red+Green+Blue) = 144+68+207=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #9044CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9044CF is #6FBB30. Grayscale: #6A6A6A. Windows color (decimal): -7322417 or 13583504. OLE color: 13583504.

HSL color Cylindrical-coordinate representation of color #9044CF: hue angle of 272.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9044CF is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14468207-
CMYK0.300.6700.19
HSL272.81º59.15%53.92%-
HSV(B)272.81º67.15%81.18%-
XYZ24.8314.5760.53-
YUV106.57184.68154.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 68 (26.95% from 255) = 16.23%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=34.37%
G=16.23%
B=49.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144682070.300.6700.19272.8159.1553.92
Hex9044CF1E430131113b36
Octal220104317361030234217366
Binary10010000100010011001111111101000011010011100010001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9044CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9044CF; }

 p { color: rgb(144,68,207); }

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

<style>
 a { background-color: #9044CF; }

 a { background-color: rgb(144,68,207); }

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

<style>
 span { border-color: #9044CF; }

 span { border-color: rgb(144,68,207); }

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