#9b50ff

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

Shades of Light Slate Blue #9B50FF

Tints of Light Slate Blue #9B50FF

Color information

#9B50FF (or 0x9B50FF) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 50 and FF. RGB value is (155,80,255). Sum of RGB (Red+Green+Blue) = 155+80+255=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B50FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B50FF is #64AF00. Grayscale: #797979. Windows color (decimal): -6598401 or 16732315. OLE color: 16732315.

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

Color convert

RGB15580255-
CMYK0.390.6900
HSL265.71º100%65.69%-
HSV(B)265.71º68.63%100%-
XYZ34.4419.9396.64-
YUV122.38202.85151.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 80 (31.64% from 255) = 16.33%
BLUE value IS 255 (100% from 255) = 52.04%
R=31.63%
G=16.33%
B=52.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal155802550.390.6900265.7110065.69
Hex9B50FF27450010a6442
Octal2331203774710500412144102
Binary1001101110100001111111110011110001010010000101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b50ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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