#9F7FC1

Color #9F7FC1 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9F7FC1

Tints of Cold Purple #9F7FC1

Color information

#9F7FC1 (or 0x9F7FC1) is unknown color: approx Cold Purple. HEX triplet: 9F, 7F and C1. RGB value is (159,127,193). Sum of RGB (Red+Green+Blue) = 159+127+193=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F7FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FC1 is #60803E. Grayscale: #8F8F8F. Windows color (decimal): -6324287 or 12681119. OLE color: 12681119.

HSL color Cylindrical-coordinate representation of color #9F7FC1: hue angle of 269.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F7FC1 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB159127193-
CMYK0.180.3400.24
HSL269.09º34.74%62.75%-
HSV(B)269.09º34.2%75.69%-
XYZ31.5126.453.89-
YUV144.09155.6138.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 127 (50% from 255) = 26.51%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=33.19%
G=26.51%
B=40.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591271930.180.3400.24269.0934.7462.75
Hex9F7FC1122201810d233f
Octal23717730122420304154377
Binary1001111111111111100000110010100010011000100001101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,127,193); }

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

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

 a { background-color: rgb(159,127,193); }

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

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

 span { border-color: rgb(159,127,193); }

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