#9018B9

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

Shades of Dark Orchid #9018B9

Tints of Dark Orchid #9018B9

Color information

#9018B9 (or 0x9018B9) is unknown color: approx Dark Orchid. HEX triplet: 90, 18 and B9. RGB value is (144,24,185). Sum of RGB (Red+Green+Blue) = 144+24+185=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 185 (72.66% from 255 or 52.41% from 353); Max value from RGB is 185 - color contains mainly: blue. Hex color #9018B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018B9 is #6FE746. Grayscale: #4D4D4D. Windows color (decimal): -7333703 or 12130448. OLE color: 12130448.

HSL color Cylindrical-coordinate representation of color #9018B9: hue angle of 284.72º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9018B9 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14424185-
CMYK0.220.8700.27
HSL284.72º77.03%40.98%-
HSV(B)284.72º87.03%72.55%-
XYZ20.5910.0946.76-
YUV78.23188.26174.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 24 (9.77% from 255) = 6.80%
BLUE value IS 185 (72.66% from 255) = 52.41%
R=40.79%
G=6.80%
B=52.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144241850.220.8700.27284.7277.0340.98
Hex9018B9165701B11d4d29
Octal220302712612703343511551
Binary1001000011000101110011011010101110110111000111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9018B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9018B9; }

 p { color: rgb(144,24,185); }

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

<style>
 a { background-color: #9018B9; }

 a { background-color: rgb(144,24,185); }

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

<style>
 span { border-color: #9018B9; }

 span { border-color: rgb(144,24,185); }

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