#9041C6

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

Shades of Dark Orchid #9041C6

Tints of Dark Orchid #9041C6

Color information

#9041C6 (or 0x9041C6) is unknown color: approx Dark Orchid. HEX triplet: 90, 41 and C6. RGB value is (144,65,198). Sum of RGB (Red+Green+Blue) = 144+65+198=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #9041C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041C6 is #6FBE39. Grayscale: #676767. Windows color (decimal): -7323194 or 12992912. OLE color: 12992912.

HSL color Cylindrical-coordinate representation of color #9041C6: hue angle of 275.64º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9041C6 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14465198-
CMYK0.270.6700.22
HSL275.64º53.85%51.57%-
HSV(B)275.64º67.17%77.65%-
XYZ23.5813.7954.84-
YUV103.78181.17156.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=35.38%
G=15.97%
B=48.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal144651980.270.6700.22275.6453.8551.57
Hex9041C61B430161143634
Octal220101306331030264246664
Binary10010000100000111000110110111000011010110100010100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9041C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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