Html Css Color HEX #9052F1 Medium Slate Blue

📋 copy color: '#9052F1'

red 144 ◦ green 82 ◦ blue 241

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

Shades of Medium Slate Blue #9052F1

Tints of Medium Slate Blue #9052F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.56%

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

R = 30.84%
G = 17.56%
B = 51.61%

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

#9052F1 (or 0x9052F1) is known color: Medium Slate Blue. HEX triplet: 90, 52 and F1. RGB value is (144,82,241). Sum of RGB (Red+Green+Blue) = 144+82+241=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #9052F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9052F1 is #6FAD0E. Grayscale: #767676. Windows color (decimal): -7318799 or 15815312. OLE color: 15815312.

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

Color convert

RGB 144 82 241 -
CMYK 0.40 0.66 0 0.05
HSL 263.4º 0.85% 0.63% -
HSV(B) 263.4º 0.66% 0.95% -
XYZ 30.4 18.31 85.15 -
YUV 118.66 197.04 146.07 -
System Red Green Blue C M Y K H S L
Decimal 144 82 241 0.40 0.66 0 0.05 263.4 0.85 0.63
Hex 90 52 F1 28 42 0 5 107 55 3F
Octal 220 122 361 50 102 0 5 407 125 77
Binary 10010000 1010010 11110001 101000 1000010 0 101 100000111 1010101 111111

Color Harmonies of #9052F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9052F1

Black with #9052F1

Text Example


Text Example

White with #9052F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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