Html Css Color HEX #9319AC Dark Orchid

📋 copy color: '#9319AC'

red 147 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9319AC

Tints of Dark Orchid #9319AC

RGB

 RED value IS 147 (57.81% from 255) = 42.73%

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

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

R = 42.73%
G = 7.27%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9319AC (or 0x9319AC) is known color: Dark Orchid. HEX triplet: 93, 19 and AC. RGB value is (147,25,172). Sum of RGB (Red+Green+Blue) = 147+25+172=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #9319AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9319AC is #6CE653. Grayscale: #4D4D4D. Windows color (decimal): -7136852 or 11278739. OLE color: 11278739.

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

Color convert

RGB 147 25 172 -
CMYK 0.15 0.85 0 0.33
HSL 289.8º 0.75% 0.39% -
HSV(B) 289.8º 0.85% 0.67% -
XYZ 19.83 9.88 39.89 -
YUV 78.24 180.92 177.05 -
System Red Green Blue C M Y K H S L
Decimal 147 25 172 0.15 0.85 0 0.33 289.8 0.75 0.39
Hex 93 19 AC F 55 0 21 122 4B 27
Octal 223 31 254 17 125 0 41 442 113 47
Binary 10010011 11001 10101100 1111 1010101 0 100001 100100010 1001011 100111

Color Harmonies of #9319AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9319AC

Black with #9319AC

Text Example


Text Example

White with #9319AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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