Html Css Color HEX #9419AC Dark Orchid

📋 copy color: '#9419AC'

red 148 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9419AC

Tints of Dark Orchid #9419AC

RGB

 RED value IS 148 (58.2% from 255) = 42.9%

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

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

R = 42.9%
G = 7.25%
B = 49.86%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9419AC (or 0x9419AC) is known color: Dark Orchid. HEX triplet: 94, 19 and AC. RGB value is (148,25,172). Sum of RGB (Red+Green+Blue) = 148+25+172=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #9419AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9419AC is #6BE653. Grayscale: #4E4E4E. Windows color (decimal): -7071316 or 11278740. OLE color: 11278740.

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

Color convert

RGB 148 25 172 -
CMYK 0.14 0.85 0 0.33
HSL 290.2º 0.75% 0.39% -
HSV(B) 290.2º 0.85% 0.67% -
XYZ 20.01 9.97 39.9 -
YUV 78.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 148 25 172 0.14 0.85 0 0.33 290.2 0.75 0.39
Hex 94 19 AC E 55 0 21 122 4B 27
Octal 224 31 254 16 125 0 41 442 113 47
Binary 10010100 11001 10101100 1110 1010101 0 100001 100100010 1001011 100111

Color Harmonies of #9419AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419AC

Black with #9419AC

Text Example


Text Example

White with #9419AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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