#9B71FC

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

Shades of Light Slate Blue #9B71FC

Tints of Light Slate Blue #9B71FC

Color information

#9B71FC (or 0x9B71FC) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 71 and FC. RGB value is (155,113,252). Sum of RGB (Red+Green+Blue) = 155+113+252=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B71FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B71FC is #648E03. Grayscale: #8C8C8C. Windows color (decimal): -6589956 or 16544155. OLE color: 16544155.

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

Color convert

RGB155113252-
CMYK0.380.5500.01
HSL258.13º95.86%71.57%-
HSV(B)258.13º55.16%98.82%-
XYZ36.9925.8195.13-
YUV141.4190.41137.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=29.81%
G=21.73%
B=48.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1551132520.380.5500.01258.1395.8671.57
Hex9B71FC2637011026048
Octal233161374466701402140110
Binary100110111110001111111001001101101110110000001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B71FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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