#9018C1

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

Shades of Dark Orchid #9018C1

Tints of Dark Orchid #9018C1

Color information

#9018C1 (or 0x9018C1) is unknown color: approx Dark Orchid. HEX triplet: 90, 18 and C1. RGB value is (144,24,193). Sum of RGB (Red+Green+Blue) = 144+24+193=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #9018C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018C1 is #6FE73E. Grayscale: #4E4E4E. Windows color (decimal): -7333695 or 12654736. OLE color: 12654736.

HSL color Cylindrical-coordinate representation of color #9018C1: hue angle of 282.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9018C1 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14424193-
CMYK0.250.8800.24
HSL282.6º77.88%42.55%-
HSV(B)282.6º87.56%75.69%-
XYZ21.4510.4351.34-
YUV79.15192.26174.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.89%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 193 (75.78% from 255) = 53.46%
R=39.89%
G=6.65%
B=53.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144241930.250.8800.24282.677.8842.55
Hex9018C1195801811b4e2b
Octal220303013113003043311653
Binary1001000011000110000011100110110000110001000110111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9018C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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