#9D50FF

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

Shades of Light Slate Blue #9D50FF

Tints of Light Slate Blue #9D50FF

Color information

#9D50FF (or 0x9D50FF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 50 and FF. RGB value is (157,80,255). Sum of RGB (Red+Green+Blue) = 157+80+255=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D50FF is #62AF00. Grayscale: #7A7A7A. Windows color (decimal): -6467329 or 16732317. OLE color: 16732317.

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

Color convert

RGB15780255-
CMYK0.380.6900
HSL266.4º100%65.69%-
HSV(B)266.4º68.63%100%-
XYZ34.8220.1396.66-
YUV122.97202.51152.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 80 (31.64% from 255) = 16.26%
BLUE value IS 255 (100% from 255) = 51.83%
R=31.91%
G=16.26%
B=51.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal157802550.380.6900266.410065.69
Hex9D50FF26450010a6442
Octal2351203774610500412144102
Binary1001110110100001111111110011010001010010000101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D50FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,80,255); }

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

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

 a { background-color: rgb(157,80,255); }

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

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

 span { border-color: rgb(157,80,255); }

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