#9D55FD

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

Shades of Light Slate Blue #9D55FD

Tints of Light Slate Blue #9D55FD

Color information

#9D55FD (or 0x9D55FD) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 55 and FD. RGB value is (157,85,253). Sum of RGB (Red+Green+Blue) = 157+85+253=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D55FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D55FD is #62AA02. Grayscale: #7D7D7D. Windows color (decimal): -6466051 or 16602525. OLE color: 16602525.

HSL color Cylindrical-coordinate representation of color #9D55FD: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D55FD is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15785253-
CMYK0.380.6600.01
HSL265.71º97.67%66.27%-
HSV(B)265.71º66.4%99.22%-
XYZ34.8820.7695.1-
YUV125.68199.85150.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 85 (33.59% from 255) = 17.17%
BLUE value IS 253 (99.22% from 255) = 51.11%
R=31.72%
G=17.17%
B=51.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal157852530.380.6600.01265.7197.6766.27
Hex9D55FD26420110a6242
Octal2351253754610201412142102
Binary1001110110101011111110110011010000100110000101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D55FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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