#9041C0

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

Shades of Dark Orchid #9041C0

Tints of Dark Orchid #9041C0

Color information

#9041C0 (or 0x9041C0) is unknown color: approx Dark Orchid. HEX triplet: 90, 41 and C0. RGB value is (144,65,192). Sum of RGB (Red+Green+Blue) = 144+65+192=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #9041C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041C0 is #6FBE3F. Grayscale: #666666. Windows color (decimal): -7323200 or 12599696. OLE color: 12599696.

HSL color Cylindrical-coordinate representation of color #9041C0: hue angle of 277.32º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9041C0 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14465192-
CMYK0.250.6600.25
HSL277.32º50.2%50.39%-
HSV(B)277.32º66.15%75.29%-
XYZ22.9113.5251.27-
YUV103.1178.17157.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 192 (75.39% from 255) = 47.88%
R=35.91%
G=16.21%
B=47.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144651920.250.6600.25277.3250.250.39
Hex9041C019420191153232
Octal220101300311020314256262
Binary10010000100000111000000110011000010011001100010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9041C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9041C0; }

 p { color: rgb(144,65,192); }

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

<style>
 a { background-color: #9041C0; }

 a { background-color: rgb(144,65,192); }

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

<style>
 span { border-color: #9041C0; }

 span { border-color: rgb(144,65,192); }

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