Html Css Color HEX #9719AC Dark Orchid

📋 copy color: '#9719AC'

red 151 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9719AC

Tints of Dark Orchid #9719AC

RGB

 RED value IS 151 (59.38% from 255) = 43.39%

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

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

R = 43.39%
G = 7.18%
B = 49.43%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9719AC (or 0x9719AC) is known color: Dark Orchid. HEX triplet: 97, 19 and AC. RGB value is (151,25,172). Sum of RGB (Red+Green+Blue) = 151+25+172=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #9719AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9719AC is #68E653. Grayscale: #4E4E4E. Windows color (decimal): -6874708 or 11278743. OLE color: 11278743.

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

Color convert

RGB 151 25 172 -
CMYK 0.12 0.85 0 0.33
HSL 291.43º 0.75% 0.39% -
HSV(B) 291.43º 0.85% 0.67% -
XYZ 20.56 10.25 39.93 -
YUV 79.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 151 25 172 0.12 0.85 0 0.33 291.43 0.75 0.39
Hex 97 19 AC C 55 0 21 123 4B 27
Octal 227 31 254 14 125 0 41 443 113 47
Binary 10010111 11001 10101100 1100 1010101 0 100001 100100011 1001011 100111

Color Harmonies of #9719AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719AC

Black with #9719AC

Text Example


Text Example

White with #9719AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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