#9F90C9

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

Shades of Cold Purple #9F90C9

Tints of Cold Purple #9F90C9

Color information

#9F90C9 (or 0x9F90C9) is unknown color: approx Cold Purple. HEX triplet: 9F, 90 and C9. RGB value is (159,144,201). Sum of RGB (Red+Green+Blue) = 159+144+201=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 144 (56.64% from 255 or 28.57% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F90C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90C9 is #606F36. Grayscale: #9A9A9A. Windows color (decimal): -6319927 or 13209759. OLE color: 13209759.

HSL color Cylindrical-coordinate representation of color #9F90C9: hue angle of 255.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F90C9 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159144201-
CMYK0.210.2800.21
HSL255.79º34.55%67.65%-
HSV(B)255.79º28.36%78.82%-
XYZ34.8131.5359.51-
YUV154.98153.97130.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.55%
GREEN value IS 144 (56.64% from 255) = 28.57%
BLUE value IS 201 (78.91% from 255) = 39.88%
R=31.55%
G=28.57%
B=39.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591442010.210.2800.21255.7934.5567.65
Hex9F90C9151C0151002344
Octal237220311253402540043104
Binary10011111100100001100100110101111000101011000000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,201); }

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

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

 a { background-color: rgb(159,144,201); }

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

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

 span { border-color: rgb(159,144,201); }

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