Html Css Color HEX #9F1DAD Dark Orchid

📋 copy color: '#9F1DAD'

red 159 ◦ green 29 ◦ blue 173

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

Shades of Dark Orchid #9F1DAD

Tints of Dark Orchid #9F1DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.03%

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

R = 44.04%
G = 8.03%
B = 47.92%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F1DAD (or 0x9F1DAD) is known color: Dark Orchid. HEX triplet: 9F, 1D and AD. RGB value is (159,29,173). Sum of RGB (Red+Green+Blue) = 159+29+173=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F1DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1DAD is #60E252. Grayscale: #535353. Windows color (decimal): -6349395 or 11345311. OLE color: 11345311.

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

Color convert

RGB 159 29 173 -
CMYK 0.08 0.83 0 0.32
HSL 294.17º 0.71% 0.4% -
HSV(B) 294.17º 0.83% 0.68% -
XYZ 22.28 11.27 40.54 -
YUV 84.29 178.07 181.29 -
System Red Green Blue C M Y K H S L
Decimal 159 29 173 0.08 0.83 0 0.32 294.17 0.71 0.4
Hex 9F 1D AD 8 53 0 20 126 47 28
Octal 237 35 255 10 123 0 40 446 107 50
Binary 10011111 11101 10101101 1000 1010011 0 100000 100100110 1000111 101000

Color Harmonies of #9F1DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1DAD

Black with #9F1DAD

Text Example


Text Example

White with #9F1DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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