Html Css Color HEX #9F1FAD Dark Orchid

📋 copy color: '#9F1FAD'

red 159 ◦ green 31 ◦ blue 173

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

Shades of Dark Orchid #9F1FAD

Tints of Dark Orchid #9F1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.54%

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

R = 43.8%
G = 8.54%
B = 47.66%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F1FAD (or 0x9F1FAD) is known color: Dark Orchid. HEX triplet: 9F, 1F and AD. RGB value is (159,31,173). Sum of RGB (Red+Green+Blue) = 159+31+173=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F1FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1FAD is #60E052. Grayscale: #555555. Windows color (decimal): -6348883 or 11345823. OLE color: 11345823.

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

Color convert

RGB 159 31 173 -
CMYK 0.08 0.82 0 0.32
HSL 294.08º 0.7% 0.4% -
HSV(B) 294.08º 0.82% 0.68% -
XYZ 22.33 11.37 40.55 -
YUV 85.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 159 31 173 0.08 0.82 0 0.32 294.08 0.7 0.4
Hex 9F 1F AD 8 52 0 20 126 46 28
Octal 237 37 255 10 122 0 40 446 106 50
Binary 10011111 11111 10101101 1000 1010010 0 100000 100100110 1000110 101000

Color Harmonies of #9F1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1FAD

Black with #9F1FAD

Text Example


Text Example

White with #9F1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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