#9971FF

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

Shades of Light Slate Blue #9971FF

Tints of Light Slate Blue #9971FF

Color information

#9971FF (or 0x9971FF) is unknown color: approx Light Slate Blue. HEX triplet: 99, 71 and FF. RGB value is (153,113,255). Sum of RGB (Red+Green+Blue) = 153+113+255=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9971FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9971FF is #668E00. Grayscale: #8C8C8C. Windows color (decimal): -6721025 or 16740761. OLE color: 16740761.

HSL color Cylindrical-coordinate representation of color #9971FF: hue angle of 256.9º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9971FF is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB153113255-
CMYK0.40.5600
HSL256.9º100%72.16%-
HSV(B)256.9º55.69%100%-
XYZ37.0925.897.63-
YUV141.15192.25136.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 255 (100% from 255) = 48.94%
R=29.37%
G=21.69%
B=48.94%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1531132550.40.5600256.910072.16
Hex9971FF2838001016448
Octal231161377507000401144110
Binary100110011110001111111111010001110000010000000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9971FF; }

 p { color: rgb(153,113,255); }

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

<style>
 a { background-color: #9971FF; }

 a { background-color: rgb(153,113,255); }

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

<style>
 span { border-color: #9971FF; }

 span { border-color: rgb(153,113,255); }

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