Html Css Color HEX #9119AC Dark Orchid

📋 copy color: '#9119AC'

red 145 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9119AC

Tints of Dark Orchid #9119AC

RGB

 RED value IS 145 (57.03% from 255) = 42.4%

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

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

R = 42.4%
G = 7.31%
B = 50.29%

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

#9119AC (or 0x9119AC) is known color: Dark Orchid. HEX triplet: 91, 19 and AC. RGB value is (145,25,172). Sum of RGB (Red+Green+Blue) = 145+25+172=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9119AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9119AC is #6EE653. Grayscale: #4D4D4D. Windows color (decimal): -7267924 or 11278737. OLE color: 11278737.

HSL color Cylindrical-coordinate representation of color #9119AC: hue angle of 288.98º 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 #9119AC is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 25 172 -
CMYK 0.16 0.85 0 0.33
HSL 288.98º 0.75% 0.39% -
HSV(B) 288.98º 0.85% 0.67% -
XYZ 19.47 9.69 39.87 -
YUV 77.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 145 25 172 0.16 0.85 0 0.33 288.98 0.75 0.39
Hex 91 19 AC 10 55 0 21 121 4B 27
Octal 221 31 254 20 125 0 41 441 113 47
Binary 10010001 11001 10101100 10000 1010101 0 100001 100100001 1001011 100111

Color Harmonies of #9119AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9119AC

Black with #9119AC

Text Example


Text Example

White with #9119AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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