#9A71FE

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

Shades of Light Slate Blue #9A71FE

Tints of Light Slate Blue #9A71FE

Color information

#9A71FE (or 0x9A71FE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 71 and FE. RGB value is (154,113,254). Sum of RGB (Red+Green+Blue) = 154+113+254=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A71FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A71FE is #658E01. Grayscale: #8C8C8C. Windows color (decimal): -6655490 or 16675226. OLE color: 16675226.

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

Color convert

RGB154113254-
CMYK0.390.5600.00
HSL257.45º98.6%71.96%-
HSV(B)257.45º55.51%99.61%-
XYZ37.1225.8496.8-
YUV141.33191.58137.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=29.56%
G=21.69%
B=48.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541132540.390.5600.00257.4598.671.96
Hex9A71FE2738001016348
Octal232161376477000401143110
Binary100110101110001111111101001111110000010000000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A71FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,254); }

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

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

 a { background-color: rgb(154,113,254); }

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

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

 span { border-color: rgb(154,113,254); }

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