#9D64FD

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

Shades of Light Slate Blue #9D64FD

Tints of Light Slate Blue #9D64FD

Color information

#9D64FD (or 0x9D64FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 64 and FD. RGB value is (157,100,253). Sum of RGB (Red+Green+Blue) = 157+100+253=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D64FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D64FD is #629B02. Grayscale: #858585. Windows color (decimal): -6462211 or 16606365. OLE color: 16606365.

HSL color Cylindrical-coordinate representation of color #9D64FD: hue angle of 262.35º 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 #9D64FD is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB157100253-
CMYK0.380.6000.01
HSL262.35º97.45%69.22%-
HSV(B)262.35º60.47%99.22%-
XYZ36.1923.3795.53-
YUV134.49194.88144.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.78%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=30.78%
G=19.61%
B=49.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1571002530.380.6000.01262.3597.4569.22
Hex9D64FD263C011066145
Octal235144375467401406141105
Binary100111011100100111111011001101111000110000011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D64FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,253); }

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

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

 a { background-color: rgb(157,100,253); }

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

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

 span { border-color: rgb(157,100,253); }

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