#9A65FD

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

Shades of Light Slate Blue #9A65FD

Tints of Light Slate Blue #9A65FD

Color information

#9A65FD (or 0x9A65FD) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 65 and FD. RGB value is (154,101,253). Sum of RGB (Red+Green+Blue) = 154+101+253=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A65FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A65FD is #659A02. Grayscale: #858585. Windows color (decimal): -6658563 or 16606618. OLE color: 16606618.

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

Color convert

RGB154101253-
CMYK0.390.6000.01
HSL260.92º97.44%69.41%-
HSV(B)260.92º60.08%99.22%-
XYZ35.7123.2795.54-
YUV134.18195.06142.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 101 (39.84% from 255) = 19.88%
BLUE value IS 253 (99.22% from 255) = 49.80%
R=30.31%
G=19.88%
B=49.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541012530.390.6000.01260.9297.4469.41
Hex9A65FD273C011056145
Octal232145375477401405141105
Binary100110101100101111111011001111111000110000010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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