#9018B7

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

Shades of Dark Orchid #9018B7

Tints of Dark Orchid #9018B7

Color information

#9018B7 (or 0x9018B7) is unknown color: approx Dark Orchid. HEX triplet: 90, 18 and B7. RGB value is (144,24,183). Sum of RGB (Red+Green+Blue) = 144+24+183=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #9018B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018B7 is #6FE748. Grayscale: #4D4D4D. Windows color (decimal): -7333705 or 11999376. OLE color: 11999376.

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

Color convert

RGB14424183-
CMYK0.210.8700.28
HSL285.28º76.81%40.59%-
HSV(B)285.28º86.89%71.76%-
XYZ20.381045.66-
YUV78.01187.26175.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 24 (9.77% from 255) = 6.84%
BLUE value IS 183 (71.88% from 255) = 52.14%
R=41.03%
G=6.84%
B=52.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144241830.210.8700.28285.2876.8140.59
Hex9018B7155701C11d4d29
Octal220302672512703443511551
Binary1001000011000101101111010110101110111001000111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9018B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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