Html Css Color HEX #9F19AD Dark Orchid

📋 copy color: '#9F19AD'

red 159 ◦ green 25 ◦ blue 173

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

Shades of Dark Orchid #9F19AD

Tints of Dark Orchid #9F19AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 44.54%
G = 7%
B = 48.46%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F19AD (or 0x9F19AD) is known color: Dark Orchid. HEX triplet: 9F, 19 and AD. RGB value is (159,25,173). Sum of RGB (Red+Green+Blue) = 159+25+173=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F19AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F19AD is #60E652. Grayscale: #515151. Windows color (decimal): -6350419 or 11344287. OLE color: 11344287.

HSL color Cylindrical-coordinate representation of color #9F19AD: hue angle of 294.32º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F19AD is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 25 173 -
CMYK 0.08 0.86 0 0.32
HSL 294.32º 0.75% 0.39% -
HSV(B) 294.32º 0.86% 0.68% -
XYZ 22.19 11.08 40.5 -
YUV 81.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 159 25 173 0.08 0.86 0 0.32 294.32 0.75 0.39
Hex 9F 19 AD 8 56 0 20 126 4B 27
Octal 237 31 255 10 126 0 40 446 113 47
Binary 10011111 11001 10101101 1000 1010110 0 100000 100100110 1001011 100111

Color Harmonies of #9F19AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19AD

Black with #9F19AD

Text Example


Text Example

White with #9F19AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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