Html Css Color HEX #9F1DAA Dark Orchid

📋 copy color: '#9F1DAA'

red 159 ◦ green 29 ◦ blue 170

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

Shades of Dark Orchid #9F1DAA

Tints of Dark Orchid #9F1DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 44.41%
G = 8.1%
B = 47.49%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F1DAA (or 0x9F1DAA) is known color: Dark Orchid. HEX triplet: 9F, 1D and AA. RGB value is (159,29,170). Sum of RGB (Red+Green+Blue) = 159+29+170=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F1DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1DAA is #60E255. Grayscale: #535353. Windows color (decimal): -6349398 or 11148703. OLE color: 11148703.

HSL color Cylindrical-coordinate representation of color #9F1DAA: hue angle of 295.32º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1DAA is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 29 170 -
CMYK 0.06 0.83 0 0.33
HSL 295.32º 0.71% 0.39% -
HSV(B) 295.32º 0.83% 0.67% -
XYZ 21.99 11.15 39.02 -
YUV 83.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 159 29 170 0.06 0.83 0 0.33 295.32 0.71 0.39
Hex 9F 1D AA 6 53 0 21 127 47 27
Octal 237 35 252 6 123 0 41 447 107 47
Binary 10011111 11101 10101010 110 1010011 0 100001 100100111 1000111 100111

Color Harmonies of #9F1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1DAA

Black with #9F1DAA

Text Example


Text Example

White with #9F1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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