#901BB6

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

Shades of Dark Orchid #901BB6

Tints of Dark Orchid #901BB6

Color information

#901BB6 (or 0x901BB6) is unknown color: approx Dark Orchid. HEX triplet: 90, 1B and B6. RGB value is (144,27,182). Sum of RGB (Red+Green+Blue) = 144+27+182=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 182 (71.48% from 255 or 51.56% from 353); Max value from RGB is 182 - color contains mainly: blue. Hex color #901BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901BB6 is #6FE449. Grayscale: #4F4F4F. Windows color (decimal): -7332938 or 11934608. OLE color: 11934608.

HSL color Cylindrical-coordinate representation of color #901BB6: hue angle of 285.29º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901BB6 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14427182-
CMYK0.210.8500.29
HSL285.29º74.16%40.98%-
HSV(B)285.29º85.16%71.37%-
XYZ20.3410.0945.13-
YUV79.65185.76173.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 182 (71.48% from 255) = 51.56%
R=40.79%
G=7.65%
B=51.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144271820.210.8500.29285.2974.1640.98
Hex901BB6155501D11d4a29
Octal220332662512503543511251
Binary1001000011011101101101010110101010111011000111011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,27,182); }

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

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

 a { background-color: rgb(144,27,182); }

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

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

 span { border-color: rgb(144,27,182); }

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