Html Css Color HEX #9F19AC Dark Orchid

📋 copy color: '#9F19AC'

red 159 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9F19AC

Tints of Dark Orchid #9F19AC

RGB

 RED value IS 159 (62.5% from 255) = 44.66%

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

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

R = 44.66%
G = 7.02%
B = 48.31%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F19AC (or 0x9F19AC) is known color: Dark Orchid. HEX triplet: 9F, 19 and AC. RGB value is (159,25,172). Sum of RGB (Red+Green+Blue) = 159+25+172=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F19AC is #60E653. Grayscale: #515151. Windows color (decimal): -6350420 or 11278751. OLE color: 11278751.

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

Color convert

RGB 159 25 172 -
CMYK 0.08 0.85 0 0.33
HSL 294.69º 0.75% 0.39% -
HSV(B) 294.69º 0.85% 0.67% -
XYZ 22.09 11.04 40 -
YUV 81.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 159 25 172 0.08 0.85 0 0.33 294.69 0.75 0.39
Hex 9F 19 AC 8 55 0 21 127 4B 27
Octal 237 31 254 10 125 0 41 447 113 47
Binary 10011111 11001 10101100 1000 1010101 0 100001 100100111 1001011 100111

Color Harmonies of #9F19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19AC

Black with #9F19AC

Text Example


Text Example

White with #9F19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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