Html Css Color HEX #9487EA Medium Purple

📋 copy color: '#9487EA'

red 148 ◦ green 135 ◦ blue 234

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

Shades of Medium Purple #9487EA

Tints of Medium Purple #9487EA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.11%

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 28.63%
G = 26.11%
B = 45.26%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9487EA (or 0x9487EA) is known color: Medium Purple. HEX triplet: 94, 87 and EA. RGB value is (148,135,234). Sum of RGB (Red+Green+Blue) = 148+135+234=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #9487EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9487EA is #6B7815. Grayscale: #959595. Windows color (decimal): -7043094 or 15370132. OLE color: 15370132.

HSL color Cylindrical-coordinate representation of color #9487EA: hue angle of 247.88º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9487EA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 135 234 -
CMYK 0.37 0.42 0 0.08
HSL 247.88º 0.7% 0.72% -
HSV(B) 247.88º 0.42% 0.92% -
XYZ 35.73 29.56 81.67 -
YUV 150.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 148 135 234 0.37 0.42 0 0.08 247.88 0.7 0.72
Hex 94 87 EA 25 2A 0 8 F8 46 48
Octal 224 207 352 45 52 0 10 370 106 110
Binary 10010100 10000111 11101010 100101 101010 0 1000 11111000 1000110 1001000

Color Harmonies of #9487EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9487EA

Black with #9487EA

Text Example


Text Example

White with #9487EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9487EA; }

 p { color: rgb(148,135,234); }

 H1.HeaderClassName
 {
   color: #9487EA;
 }
 .AnyTagClassName
 {
   color: #9487EA;
 }
</style>

background-color css

<style>
 a { background-color: #9487EA; }

 a { background-color: rgb(148,135,234); }

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

border-color css

<style>
 span { border-color: #9487EA; }

 span { border-color: rgb(148,135,234); }

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