Html Css Color HEX #9F16AE Dark Orchid

📋 copy color: '#9F16AE'

red 159 ◦ green 22 ◦ blue 174

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

Shades of Dark Orchid #9F16AE

Tints of Dark Orchid #9F16AE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.2%

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 44.79%
G = 6.2%
B = 49.01%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F16AE (or 0x9F16AE) is known color: Dark Orchid. HEX triplet: 9F, 16 and AE. RGB value is (159,22,174). Sum of RGB (Red+Green+Blue) = 159+22+174=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F16AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F16AE is #60E951. Grayscale: #4F4F4F. Windows color (decimal): -6351186 or 11409055. OLE color: 11409055.

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

Color convert

RGB 159 22 174 -
CMYK 0.09 0.87 0 0.32
HSL 294.08º 0.78% 0.38% -
HSV(B) 294.08º 0.87% 0.68% -
XYZ 22.22 11 41 -
YUV 80.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 159 22 174 0.09 0.87 0 0.32 294.08 0.78 0.38
Hex 9F 16 AE 9 57 0 20 126 4E 26
Octal 237 26 256 11 127 0 40 446 116 46
Binary 10011111 10110 10101110 1001 1010111 0 100000 100100110 1001110 100110

Color Harmonies of #9F16AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F16AE

Black with #9F16AE

Text Example


Text Example

White with #9F16AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,174); }

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

background-color css

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

 a { background-color: rgb(159,22,174); }

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

border-color css

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

 span { border-color: rgb(159,22,174); }

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