#901DBB

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

Shades of Dark Orchid #901DBB

Tints of Dark Orchid #901DBB

Color information

#901DBB (or 0x901DBB) is unknown color: approx Dark Orchid. HEX triplet: 90, 1D and BB. RGB value is (144,29,187). Sum of RGB (Red+Green+Blue) = 144+29+187=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #901DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901DBB is #6FE244. Grayscale: #505050. Windows color (decimal): -7332421 or 12262800. OLE color: 12262800.

HSL color Cylindrical-coordinate representation of color #901DBB: hue angle of 283.67º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901DBB is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14429187-
CMYK0.230.8400.27
HSL283.67º73.15%42.35%-
HSV(B)283.67º84.49%73.33%-
XYZ20.9110.447.92-
YUV81.4187.6172.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=40%
G=8.06%
B=51.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144291870.230.8400.27283.6773.1542.35
Hex901DBB175401B11c492a
Octal220352732712403343411152
Binary1001000011101101110111011110101000110111000111001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,29,187); }

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

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

 a { background-color: rgb(144,29,187); }

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

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

 span { border-color: rgb(144,29,187); }

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