#9F71FD

Color #9F71FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9F71FD

Tints of Light Slate Blue #9F71FD

Color information

#9F71FD (or 0x9F71FD) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 71 and FD. RGB value is (159,113,253). Sum of RGB (Red+Green+Blue) = 159+113+253=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F71FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F71FD is #608E02. Grayscale: #8E8E8E. Windows color (decimal): -6327811 or 16609695. OLE color: 16609695.

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

Color convert

RGB159113253-
CMYK0.370.5500.01
HSL259.71º97.22%71.76%-
HSV(B)259.71º55.34%99.22%-
XYZ37.9326.2796-
YUV142.71190.24139.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.29%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=30.29%
G=21.52%
B=48.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591132530.370.5500.01259.7197.2271.76
Hex9F71FD2537011046148
Octal237161375456701404141110
Binary100111111110001111111011001011101110110000010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F71FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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