#9F9CFA

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

Shades of Perano #9F9CFA

Tints of Perano #9F9CFA

Color information

#9F9CFA (or 0x9F9CFA) is unknown color: approx Perano. HEX triplet: 9F, 9C and FA. RGB value is (159,156,250). Sum of RGB (Red+Green+Blue) = 159+156+250=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CFA is #606305. Grayscale: #A7A7A7. Windows color (decimal): -6316806 or 16424095. OLE color: 16424095.

HSL color Cylindrical-coordinate representation of color #9F9CFA: hue angle of 241.91º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F9CFA is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159156250-
CMYK0.360.3800.02
HSL241.91º90.38%79.61%-
HSV(B)241.91º37.6%98.04%-
XYZ43.4438.0595.5-
YUV167.61174.49121.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=28.14%
G=27.61%
B=44.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591562500.360.3800.02241.9190.3879.61
Hex9F9CFA242602f25a50
Octal237234372444602362132120
Binary1001111110011100111110101001001001100101111001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,250); }

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

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

 a { background-color: rgb(159,156,250); }

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

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

 span { border-color: rgb(159,156,250); }

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