Html Css Color HEX #9486E7 Medium Purple

📋 copy color: '#9486E7'

red 148 ◦ green 134 ◦ blue 231

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

Shades of Medium Purple #9486E7

Tints of Medium Purple #9486E7

RGB

 RED value IS 148 (58.2% from 255) = 28.85%

 GREEN value IS 134 (52.73% from 255) = 26.12%

 BLUE value IS 231 (90.63% from 255) = 45.03%

R = 28.85%
G = 26.12%
B = 45.03%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9486E7 (or 0x9486E7) is known color: Medium Purple. HEX triplet: 94, 86 and E7. RGB value is (148,134,231). Sum of RGB (Red+Green+Blue) = 148+134+231=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #9486E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486E7 is #6B7918. Grayscale: #949494. Windows color (decimal): -7043353 or 15173268. OLE color: 15173268.

HSL color Cylindrical-coordinate representation of color #9486E7: hue angle of 248.66º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9486E7 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 134 231 -
CMYK 0.36 0.42 0 0.09
HSL 248.66º 0.67% 0.72% -
HSV(B) 248.66º 0.42% 0.91% -
XYZ 35.16 29.12 79.37 -
YUV 149.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 148 134 231 0.36 0.42 0 0.09 248.66 0.67 0.72
Hex 94 86 E7 24 2A 0 9 F9 43 48
Octal 224 206 347 44 52 0 11 371 103 110
Binary 10010100 10000110 11100111 100100 101010 0 1001 11111001 1000011 1001000

Color Harmonies of #9486E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9486E7

Black with #9486E7

Text Example


Text Example

White with #9486E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9486E7; }

 p { color: rgb(148,134,231); }

 H1.HeaderClassName
 {
   color: #9486E7;
 }
 .AnyTagClassName
 {
   color: #9486E7;
 }
</style>

background-color css

<style>
 a { background-color: #9486E7; }

 a { background-color: rgb(148,134,231); }

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

border-color css

<style>
 span { border-color: #9486E7; }

 span { border-color: rgb(148,134,231); }

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