#9018C3

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

Shades of Dark Orchid #9018C3

Tints of Dark Orchid #9018C3

Color information

#9018C3 (or 0x9018C3) is unknown color: approx Dark Orchid. HEX triplet: 90, 18 and C3. RGB value is (144,24,195). Sum of RGB (Red+Green+Blue) = 144+24+195=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #9018C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9018C3 is #6FE73C. Grayscale: #4E4E4E. Windows color (decimal): -7333693 or 12785808. OLE color: 12785808.

HSL color Cylindrical-coordinate representation of color #9018C3: hue angle of 282.11º 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 #9018C3 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14424195-
CMYK0.260.8800.24
HSL282.11º78.08%42.94%-
HSV(B)282.11º87.69%76.47%-
XYZ21.6810.5252.52-
YUV79.37193.26174.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.67%
GREEN value IS 24 (9.77% from 255) = 6.61%
BLUE value IS 195 (76.56% from 255) = 53.72%
R=39.67%
G=6.61%
B=53.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144241950.260.8800.24282.1178.0842.94
Hex9018C31A5801811a4e2b
Octal220303033213003043211653
Binary1001000011000110000111101010110000110001000110101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9018C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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