#9F64FF

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

Shades of Light Slate Blue #9F64FF

Tints of Light Slate Blue #9F64FF

Color information

#9F64FF (or 0x9F64FF) is unknown color: approx Light Slate Blue. HEX triplet: 9F, 64 and FF. RGB value is (159,100,255). Sum of RGB (Red+Green+Blue) = 159+100+255=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F64FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F64FF is #609B00. Grayscale: #868686. Windows color (decimal): -6331137 or 16737439. OLE color: 16737439.

HSL color Cylindrical-coordinate representation of color #9F64FF: hue angle of 262.84º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F64FF is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159100255-
CMYK0.380.6100
HSL262.84º100%69.61%-
HSV(B)262.84º60.78%100%-
XYZ36.9123.7197.24-
YUV135.31195.55144.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.93%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 255 (100% from 255) = 49.61%
R=30.93%
G=19.46%
B=49.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591002550.380.6100262.8410069.61
Hex9F64FF263D001076446
Octal237144377467500407144106
Binary100111111100100111111111001101111010010000011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F64FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,100,255); }

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

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

 a { background-color: rgb(159,100,255); }

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

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

 span { border-color: rgb(159,100,255); }

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