Html Css Color HEX #9150F3 Medium Slate Blue

📋 copy color: '#9150F3'

red 145 ◦ green 80 ◦ blue 243

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

Shades of Medium Slate Blue #9150F3

Tints of Medium Slate Blue #9150F3

RGB

 RED value IS 145 (57.03% from 255) = 30.98%

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 243 (95.31% from 255) = 51.92%

R = 30.98%
G = 17.09%
B = 51.92%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9150F3 (or 0x9150F3) is known color: Medium Slate Blue. HEX triplet: 91, 50 and F3. RGB value is (145,80,243). Sum of RGB (Red+Green+Blue) = 145+80+243=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #9150F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150F3 is #6EAF0C. Grayscale: #757575. Windows color (decimal): -7253773 or 15945873. OLE color: 15945873.

HSL color Cylindrical-coordinate representation of color #9150F3: hue angle of 263.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9150F3 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 80 243 -
CMYK 0.40 0.67 0 0.05
HSL 263.93º 0.87% 0.63% -
HSV(B) 263.93º 0.67% 0.95% -
XYZ 30.72 18.23 86.69 -
YUV 118.02 198.53 147.25 -
System Red Green Blue C M Y K H S L
Decimal 145 80 243 0.40 0.67 0 0.05 263.93 0.87 0.63
Hex 91 50 F3 28 43 0 5 108 57 3F
Octal 221 120 363 50 103 0 5 410 127 77
Binary 10010001 1010000 11110011 101000 1000011 0 101 100001000 1010111 111111

Color Harmonies of #9150F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150F3

Black with #9150F3

Text Example


Text Example

White with #9150F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9150F3; }

 p { color: rgb(145,80,243); }

 H1.HeaderClassName
 {
   color: #9150F3;
 }
 .AnyTagClassName
 {
   color: #9150F3;
 }
</style>

background-color css

<style>
 a { background-color: #9150F3; }

 a { background-color: rgb(145,80,243); }

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

border-color css

<style>
 span { border-color: #9150F3; }

 span { border-color: rgb(145,80,243); }

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