Html Css Color HEX #9357FF Light Slate Blue

📋 copy color: '#9357FF'

red 147 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #9357FF

Tints of Light Slate Blue #9357FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.79%

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

R = 30.06%
G = 17.79%
B = 52.15%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9357FF (or 0x9357FF) is known color: Light Slate Blue. HEX triplet: 93, 57 and FF. RGB value is (147,87,255). Sum of RGB (Red+Green+Blue) = 147+87+255=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9357FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9357FF is #6CA800. Grayscale: #7B7B7B. Windows color (decimal): -7120897 or 16734099. OLE color: 16734099.

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

Color convert

RGB 147 87 255 -
CMYK 0.42 0.66 0 0
HSL 261.43º 1% 0.67% -
HSV(B) 261.43º 0.66% 1% -
XYZ 33.49 20.24 96.75 -
YUV 124.09 201.88 144.34 -
System Red Green Blue C M Y K H S L
Decimal 147 87 255 0.42 0.66 0 0 261.43 1 0.67
Hex 93 57 FF 2A 42 0 0 105 64 43
Octal 223 127 377 52 102 0 0 405 144 103
Binary 10010011 1010111 11111111 101010 1000010 0 0 100000101 1100100 1000011

Color Harmonies of #9357FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9357FF

Black with #9357FF

Text Example


Text Example

White with #9357FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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