Html Css Color HEX #9019AC Dark Orchid

📋 copy color: '#9019AC'

red 144 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9019AC

Tints of Dark Orchid #9019AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

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

R = 42.23%
G = 7.33%
B = 50.44%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9019AC (or 0x9019AC) is known color: Dark Orchid. HEX triplet: 90, 19 and AC. RGB value is (144,25,172). Sum of RGB (Red+Green+Blue) = 144+25+172=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #9019AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9019AC is #6FE653. Grayscale: #4C4C4C. Windows color (decimal): -7333460 or 11278736. OLE color: 11278736.

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

Color convert

RGB 144 25 172 -
CMYK 0.16 0.85 0 0.33
HSL 288.57º 0.75% 0.39% -
HSV(B) 288.57º 0.85% 0.67% -
XYZ 19.3 9.6 39.87 -
YUV 77.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 144 25 172 0.16 0.85 0 0.33 288.57 0.75 0.39
Hex 90 19 AC 10 55 0 21 121 4B 27
Octal 220 31 254 20 125 0 41 441 113 47
Binary 10010000 11001 10101100 10000 1010101 0 100001 100100001 1001011 100111

Color Harmonies of #9019AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9019AC

Black with #9019AC

Text Example


Text Example

White with #9019AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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