Html Css Color HEX #9018AC Dark Orchid

📋 copy color: '#9018AC'

red 144 ◦ green 24 ◦ blue 172

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

Shades of Dark Orchid #9018AC

Tints of Dark Orchid #9018AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 42.35%
G = 7.06%
B = 50.59%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9018AC (or 0x9018AC) is known color: Dark Orchid. HEX triplet: 90, 18 and AC. RGB value is (144,24,172). Sum of RGB (Red+Green+Blue) = 144+24+172=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #9018AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9018AC is #6FE753. Grayscale: #4C4C4C. Windows color (decimal): -7333716 or 11278480. OLE color: 11278480.

HSL color Cylindrical-coordinate representation of color #9018AC: hue angle of 288.65º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9018AC is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 24 172 -
CMYK 0.16 0.86 0 0.33
HSL 288.65º 0.76% 0.38% -
HSV(B) 288.65º 0.86% 0.67% -
XYZ 19.27 9.56 39.86 -
YUV 76.75 181.76 175.97 -
System Red Green Blue C M Y K H S L
Decimal 144 24 172 0.16 0.86 0 0.33 288.65 0.76 0.38
Hex 90 18 AC 10 56 0 21 121 4C 26
Octal 220 30 254 20 126 0 41 441 114 46
Binary 10010000 11000 10101100 10000 1010110 0 100001 100100001 1001100 100110

Color Harmonies of #9018AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9018AC

Black with #9018AC

Text Example


Text Example

White with #9018AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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