Html Css Color HEX #9053F1 Medium Slate Blue

📋 copy color: '#9053F1'

red 144 ◦ green 83 ◦ blue 241

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

Shades of Medium Slate Blue #9053F1

Tints of Medium Slate Blue #9053F1

RGB

 RED value IS 144 (56.64% from 255) = 30.77%

 GREEN value IS 83 (32.81% from 255) = 17.74%

 BLUE value IS 241 (94.53% from 255) = 51.5%

R = 30.77%
G = 17.74%
B = 51.5%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9053F1 (or 0x9053F1) is known color: Medium Slate Blue. HEX triplet: 90, 53 and F1. RGB value is (144,83,241). Sum of RGB (Red+Green+Blue) = 144+83+241=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #9053F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9053F1 is #6FAC0E. Grayscale: #767676. Windows color (decimal): -7318543 or 15815568. OLE color: 15815568.

HSL color Cylindrical-coordinate representation of color #9053F1: hue angle of 263.16º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9053F1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 83 241 -
CMYK 0.40 0.66 0 0.05
HSL 263.16º 0.85% 0.64% -
HSV(B) 263.16º 0.66% 0.95% -
XYZ 30.47 18.47 85.18 -
YUV 119.25 196.71 145.65 -
System Red Green Blue C M Y K H S L
Decimal 144 83 241 0.40 0.66 0 0.05 263.16 0.85 0.64
Hex 90 53 F1 28 42 0 5 107 55 40
Octal 220 123 361 50 102 0 5 407 125 100
Binary 10010000 1010011 11110001 101000 1000010 0 101 100000111 1010101 1000000

Color Harmonies of #9053F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9053F1

Black with #9053F1

Text Example


Text Example

White with #9053F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9053F1; }

 p { color: rgb(144,83,241); }

 H1.HeaderClassName
 {
   color: #9053F1;
 }
 .AnyTagClassName
 {
   color: #9053F1;
 }
</style>

background-color css

<style>
 a { background-color: #9053F1; }

 a { background-color: rgb(144,83,241); }

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

border-color css

<style>
 span { border-color: #9053F1; }

 span { border-color: rgb(144,83,241); }

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