#9B71FB

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

Shades of Light Slate Blue #9B71FB

Tints of Light Slate Blue #9B71FB

Color information

#9B71FB (or 0x9B71FB) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 71 and FB. RGB value is (155,113,251). Sum of RGB (Red+Green+Blue) = 155+113+251=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B71FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B71FB is #648E04. Grayscale: #8C8C8C. Windows color (decimal): -6589957 or 16478619. OLE color: 16478619.

HSL color Cylindrical-coordinate representation of color #9B71FB: hue angle of 258.26º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B71FB is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155113251-
CMYK0.380.5500.02
HSL258.26º94.52%71.37%-
HSV(B)258.26º54.98%98.43%-
XYZ36.8425.7494.29-
YUV141.29189.91137.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=29.87%
G=21.77%
B=48.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551132510.380.5500.02258.2694.5271.37
Hex9B71FB2637021025f47
Octal233161373466702402137107
Binary1001101111100011111101110011011011101010000001010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B71FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,251); }

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

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

 a { background-color: rgb(155,113,251); }

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

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

 span { border-color: rgb(155,113,251); }

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