#9041BF

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

Shades of Dark Orchid #9041BF

Tints of Dark Orchid #9041BF

Color information

#9041BF (or 0x9041BF) is unknown color: approx Dark Orchid. HEX triplet: 90, 41 and BF. RGB value is (144,65,191). Sum of RGB (Red+Green+Blue) = 144+65+191=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #9041BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9041BF is #6FBE40. Grayscale: #666666. Windows color (decimal): -7323201 or 12534160. OLE color: 12534160.

HSL color Cylindrical-coordinate representation of color #9041BF: hue angle of 277.62º 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 #9041BF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14465191-
CMYK0.250.6600.25
HSL277.62º49.61%50.2%-
HSV(B)277.62º65.97%74.9%-
XYZ22.813.4750.69-
YUV102.98177.67157.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 191 (75% from 255) = 47.75%
R=36%
G=16.25%
B=47.75%

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
Decimal144651910.250.6600.25277.6249.6150.2
Hex9041BF19420191163232
Octal220101277311020314266262
Binary10010000100000110111111110011000010011001100010110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9041BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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