#9F1CAA

Color #9F1CAA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9F1CAA

Tints of Dark Orchid #9F1CAA

Color information

#9F1CAA (or 0x9F1CAA) is unknown color: approx Dark Orchid. HEX triplet: 9F, 1C and AA. RGB value is (159,28,170). Sum of RGB (Red+Green+Blue) = 159+28+170=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F1CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1CAA is #60E355. Grayscale: #525252. Windows color (decimal): -6349654 or 11148447. OLE color: 11148447.

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

Color convert

RGB15928170-
CMYK0.060.8400.33
HSL295.35º71.72%38.82%-
HSV(B)295.35º83.53%66.67%-
XYZ21.9711.139.02-
YUV83.36176.9181.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 28 (11.33% from 255) = 7.84%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=44.54%
G=7.84%
B=47.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159281700.060.8400.33295.3571.7238.82
Hex9F1CAA6540211274827
Octal23734252612404144711047
Binary100111111110010101010110101010001000011001001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F1CAA;
 }
 .AnyTagClassName
 {
   color: #9F1CAA;
 }
</style>
background-color css

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

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

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

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

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

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