#9F65FD

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

Shades of Light Slate Blue #9F65FD

Tints of Light Slate Blue #9F65FD

Color information

#9F65FD (or 0x9F65FD) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 65 and FD. RGB value is (159,101,253). Sum of RGB (Red+Green+Blue) = 159+101+253=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #9F65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F65FD is #609A02. Grayscale: #878787. Windows color (decimal): -6330883 or 16606623. OLE color: 16606623.

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

Color convert

RGB159101253-
CMYK0.370.6000.01
HSL262.89º97.44%69.41%-
HSV(B)262.89º60.08%99.22%-
XYZ36.6823.7795.58-
YUV135.67194.22144.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=30.99%
G=19.69%
B=49.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591012530.370.6000.01262.8997.4469.41
Hex9F65FD253C011076145
Octal237145375457401407141105
Binary100111111100101111111011001011111000110000011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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