Html Css Color HEX #9F71FA Light Slate Blue

📋 copy color: '#9F71FA'

red 159 ◦ green 113 ◦ blue 250

#9F71FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9F71FA

Tints of Light Slate Blue #9F71FA

RGB

 RED value IS 159 (62.5% from 255) = 30.46%

 GREEN value IS 113 (44.53% from 255) = 21.65%

 BLUE value IS 250 (98.05% from 255) = 47.89%

R = 30.46%
G = 21.65%
B = 47.89%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F71FA (or 0x9F71FA) is known color: Light Slate Blue. HEX triplet: 9F, 71 and FA. RGB value is (159,113,250). Sum of RGB (Red+Green+Blue) = 159+113+250=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F71FA is #608E05. Grayscale: #8D8D8D. Windows color (decimal): -6327814 or 16413087. OLE color: 16413087.

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

Color convert

RGB 159 113 250 -
CMYK 0.36 0.55 0 0.02
HSL 260.15º 0.93% 0.71% -
HSV(B) 260.15º 0.55% 0.98% -
XYZ 37.46 26.08 93.5 -
YUV 142.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 159 113 250 0.36 0.55 0 0.02 260.15 0.93 0.71
Hex 9F 71 FA 24 37 0 2 104 5D 47
Octal 237 161 372 44 67 0 2 404 135 107
Binary 10011111 1110001 11111010 100100 110111 0 10 100000100 1011101 1000111

Color Harmonies of #9F71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F71FA

Black with #9F71FA

Text Example


Text Example

White with #9F71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F71FA;
 }
 .AnyTagClassName
 {
   color: #9F71FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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