#9F9EFD

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

Shades of Perano #9F9EFD

Tints of Perano #9F9EFD

Color information

#9F9EFD (or 0x9F9EFD) is unknown color: approx Perano. HEX triplet: 9F, 9E and FD. RGB value is (159,158,253). Sum of RGB (Red+Green+Blue) = 159+158+253=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F9EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EFD is #606102. Grayscale: #A8A8A8. Windows color (decimal): -6316291 or 16621215. OLE color: 16621215.

HSL color Cylindrical-coordinate representation of color #9F9EFD: hue angle of 240.63º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F9EFD is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159158253-
CMYK0.370.3800.01
HSL240.63º95.96%80.59%-
HSV(B)240.63º37.55%99.22%-
XYZ44.2538.9298.11-
YUV169.13175.33120.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.89%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=27.89%
G=27.72%
B=44.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591582530.370.3800.01240.6395.9680.59
Hex9F9EFD252601f16051
Octal237236375454601361140121
Binary100111111001111011111101100101100110011111000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,158,253); }

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

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

 a { background-color: rgb(159,158,253); }

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

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

 span { border-color: rgb(159,158,253); }

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