#901FB5

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

Shades of Dark Orchid #901FB5

Tints of Dark Orchid #901FB5

Color information

#901FB5 (or 0x901FB5) is unknown color: approx Dark Orchid. HEX triplet: 90, 1F and B5. RGB value is (144,31,181). Sum of RGB (Red+Green+Blue) = 144+31+181=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #901FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901FB5 is #6FE04A. Grayscale: #515151. Windows color (decimal): -7331915 or 11870096. OLE color: 11870096.

HSL color Cylindrical-coordinate representation of color #901FB5: hue angle of 285.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901FB5 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14431181-
CMYK0.200.8300.29
HSL285.2º70.75%41.57%-
HSV(B)285.2º82.87%70.98%-
XYZ20.3310.2544.62-
YUV81.89183.94172.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 31 (12.5% from 255) = 8.71%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=40.45%
G=8.71%
B=50.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144311810.200.8300.29285.270.7541.57
Hex901FB5145301D11d472a
Octal220372652412303543510752
Binary1001000011111101101011010010100110111011000111011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901FB5; }

 p { color: rgb(144,31,181); }

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

<style>
 a { background-color: #901FB5; }

 a { background-color: rgb(144,31,181); }

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

<style>
 span { border-color: #901FB5; }

 span { border-color: rgb(144,31,181); }

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