Html Css Color HEX #9371FF Light Slate Blue

📋 copy color: '#9371FF'

red 147 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #9371FF

Tints of Light Slate Blue #9371FF

RGB

 RED value IS 147 (57.81% from 255) = 28.54%

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 28.54%
G = 21.94%
B = 49.51%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9371FF (or 0x9371FF) is known color: Light Slate Blue. HEX triplet: 93, 71 and FF. RGB value is (147,113,255). Sum of RGB (Red+Green+Blue) = 147+113+255=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #9371FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9371FF is #6C8E00. Grayscale: #8A8A8A. Windows color (decimal): -7114241 or 16740755. OLE color: 16740755.

HSL color Cylindrical-coordinate representation of color #9371FF: hue angle of 254.37º 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 #9371FF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 147 113 255 -
CMYK 0.42 0.56 0 0
HSL 254.37º 1% 0.72% -
HSV(B) 254.37º 0.56% 1% -
XYZ 35.99 25.23 97.58 -
YUV 139.35 193.26 133.45 -
System Red Green Blue C M Y K H S L
Decimal 147 113 255 0.42 0.56 0 0 254.37 1 0.72
Hex 93 71 FF 2A 38 0 0 FE 64 48
Octal 223 161 377 52 70 0 0 376 144 110
Binary 10010011 1110001 11111111 101010 111000 0 0 11111110 1100100 1001000

Color Harmonies of #9371FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9371FF

Black with #9371FF

Text Example


Text Example

White with #9371FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9371FF;
 }
 .AnyTagClassName
 {
   color: #9371FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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