Html Css Color HEX #9A19AC Dark Orchid

📋 copy color: '#9A19AC'

red 154 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9A19AC

Tints of Dark Orchid #9A19AC

RGB

 RED value IS 154 (60.55% from 255) = 43.87%

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

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

R = 43.87%
G = 7.12%
B = 49%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A19AC (or 0x9A19AC) is known color: Dark Orchid. HEX triplet: 9A, 19 and AC. RGB value is (154,25,172). Sum of RGB (Red+Green+Blue) = 154+25+172=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A19AC is #65E653. Grayscale: #4F4F4F. Windows color (decimal): -6678100 or 11278746. OLE color: 11278746.

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

Color convert

RGB 154 25 172 -
CMYK 0.10 0.85 0 0.33
HSL 292.65º 0.75% 0.39% -
HSV(B) 292.65º 0.85% 0.67% -
XYZ 21.12 10.54 39.95 -
YUV 80.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 154 25 172 0.10 0.85 0 0.33 292.65 0.75 0.39
Hex 9A 19 AC A 55 0 21 125 4B 27
Octal 232 31 254 12 125 0 41 445 113 47
Binary 10011010 11001 10101100 1010 1010101 0 100001 100100101 1001011 100111

Color Harmonies of #9A19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A19AC

Black with #9A19AC

Text Example


Text Example

White with #9A19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A19AC; }

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

 H1.HeaderClassName
 {
   color: #9A19AC;
 }
 .AnyTagClassName
 {
   color: #9A19AC;
 }
</style>

background-color css

<style>
 a { background-color: #9A19AC; }

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

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

border-color css

<style>
 span { border-color: #9A19AC; }

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

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