#9D71FA

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

Shades of Light Slate Blue #9D71FA

Tints of Light Slate Blue #9D71FA

Color information

#9D71FA (or 0x9D71FA) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 71 and FA. RGB value is (157,113,250). Sum of RGB (Red+Green+Blue) = 157+113+250=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D71FA is #628E05. Grayscale: #8D8D8D. Windows color (decimal): -6458886 or 16413085. OLE color: 16413085.

HSL color Cylindrical-coordinate representation of color #9D71FA: hue angle of 259.27º degrees, saturation: 0.93, 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 #9D71FA is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB157113250-
CMYK0.370.5500.02
HSL259.27º93.2%71.18%-
HSV(B)259.27º54.8%98.04%-
XYZ37.0725.8893.48-
YUV141.77189.08138.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 113 (44.53% from 255) = 21.73%
BLUE value IS 250 (98.05% from 255) = 48.08%
R=30.19%
G=21.73%
B=48.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571132500.370.5500.02259.2793.271.18
Hex9D71FA2537021035d47
Octal235161372456702403135107
Binary1001110111100011111101010010111011101010000001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,250); }

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

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

 a { background-color: rgb(157,113,250); }

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

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

 span { border-color: rgb(157,113,250); }

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