#9A1FC6

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

Shades of Dark Orchid #9A1FC6

Tints of Dark Orchid #9A1FC6

Color information

#9A1FC6 (or 0x9A1FC6) is unknown color: approx Dark Orchid. HEX triplet: 9A, 1F and C6. RGB value is (154,31,198). Sum of RGB (Red+Green+Blue) = 154+31+198=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A1FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1FC6 is #65E039. Grayscale: #565656. Windows color (decimal): -6676538 or 12984218. OLE color: 12984218.

HSL color Cylindrical-coordinate representation of color #9A1FC6: hue angle of 284.19º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1FC6 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15431198-
CMYK0.220.8400.22
HSL284.19º72.93%44.9%-
HSV(B)284.19º84.34%77.65%-
XYZ24.0111.9354.46-
YUV86.82190.75175.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 31 (12.5% from 255) = 8.09%
BLUE value IS 198 (77.73% from 255) = 51.70%
R=40.21%
G=8.09%
B=51.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal154311980.220.8400.22284.1972.9344.9
Hex9A1FC6165401611c492d
Octal232373062612402643411155
Binary1001101011111110001101011010101000101101000111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,31,198); }

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

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

 a { background-color: rgb(154,31,198); }

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

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

 span { border-color: rgb(154,31,198); }

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