Html Css Color HEX #9018AD Dark Orchid

📋 copy color: '#9018AD'

red 144 ◦ green 24 ◦ blue 173

#9018AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9018AD

Tints of Dark Orchid #9018AD

RGB

 RED value IS 144 (56.64% from 255) = 42.23%

 GREEN value IS 24 (9.77% from 255) = 7.04%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 42.23%
G = 7.04%
B = 50.73%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9018AD (or 0x9018AD) is known color: Dark Orchid. HEX triplet: 90, 18 and AD. RGB value is (144,24,173). Sum of RGB (Red+Green+Blue) = 144+24+173=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9018AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9018AD is #6FE752. Grayscale: #4C4C4C. Windows color (decimal): -7333715 or 11344016. OLE color: 11344016.

HSL color Cylindrical-coordinate representation of color #9018AD: hue angle of 288.32º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9018AD is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 24 173 -
CMYK 0.17 0.86 0 0.32
HSL 288.32º 0.76% 0.39% -
HSV(B) 288.32º 0.86% 0.68% -
XYZ 19.37 9.6 40.37 -
YUV 76.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 144 24 173 0.17 0.86 0 0.32 288.32 0.76 0.39
Hex 90 18 AD 11 56 0 20 120 4C 27
Octal 220 30 255 21 126 0 40 440 114 47
Binary 10010000 11000 10101101 10001 1010110 0 100000 100100000 1001100 100111

Color Harmonies of #9018AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018AD

Black with #9018AD

Text Example


Text Example

White with #9018AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9018AD;
 }
 .AnyTagClassName
 {
   color: #9018AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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