Html Css Color HEX #9051F6 Medium Slate Blue

📋 copy color: '#9051F6'

red 144 ◦ green 81 ◦ blue 246

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

Shades of Medium Slate Blue #9051F6

Tints of Medium Slate Blue #9051F6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.2%

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 30.57%
G = 17.2%
B = 52.23%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9051F6 (or 0x9051F6) is known color: Medium Slate Blue. HEX triplet: 90, 51 and F6. RGB value is (144,81,246). Sum of RGB (Red+Green+Blue) = 144+81+246=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #9051F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9051F6 is #6FAE09. Grayscale: #767676. Windows color (decimal): -7319050 or 16142736. OLE color: 16142736.

HSL color Cylindrical-coordinate representation of color #9051F6: hue angle of 262.91º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9051F6 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 81 246 -
CMYK 0.41 0.67 0 0.04
HSL 262.91º 0.9% 0.64% -
HSV(B) 262.91º 0.67% 0.96% -
XYZ 31.08 18.47 89.12 -
YUV 118.65 199.87 146.08 -
System Red Green Blue C M Y K H S L
Decimal 144 81 246 0.41 0.67 0 0.04 262.91 0.9 0.64
Hex 90 51 F6 29 43 0 4 107 5A 40
Octal 220 121 366 51 103 0 4 407 132 100
Binary 10010000 1010001 11110110 101001 1000011 0 100 100000111 1011010 1000000

Color Harmonies of #9051F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051F6

Black with #9051F6

Text Example


Text Example

White with #9051F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9051F6; }

 p { color: rgb(144,81,246); }

 H1.HeaderClassName
 {
   color: #9051F6;
 }
 .AnyTagClassName
 {
   color: #9051F6;
 }
</style>

background-color css

<style>
 a { background-color: #9051F6; }

 a { background-color: rgb(144,81,246); }

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

border-color css

<style>
 span { border-color: #9051F6; }

 span { border-color: rgb(144,81,246); }

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