#9F8FC1

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

Shades of Cold Purple #9F8FC1

Tints of Cold Purple #9F8FC1

Color information

#9F8FC1 (or 0x9F8FC1) is unknown color: approx Cold Purple. HEX triplet: 9F, 8F and C1. RGB value is (159,143,193). Sum of RGB (Red+Green+Blue) = 159+143+193=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F8FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FC1 is #60703E. Grayscale: #999999. Windows color (decimal): -6320191 or 12685215. OLE color: 12685215.

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

Color convert

RGB159143193-
CMYK0.180.2600.24
HSL259.2º28.74%65.88%-
HSV(B)259.2º25.91%75.69%-
XYZ33.7530.8754.63-
YUV153.48150.3131.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=32.12%
G=28.89%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591431930.180.2600.24259.228.7465.88
Hex9F8FC1121A0181031d42
Octal237217301223203040335102
Binary1001111110001111110000011001011010011000100000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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