Html Css Color HEX #9477EC Medium Purple

📋 copy color: '#9477EC'

red 148 ◦ green 119 ◦ blue 236

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

Shades of Medium Purple #9477EC

Tints of Medium Purple #9477EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.66%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 29.42%
G = 23.66%
B = 46.92%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9477EC (or 0x9477EC) is known color: Medium Purple. HEX triplet: 94, 77 and EC. RGB value is (148,119,236). Sum of RGB (Red+Green+Blue) = 148+119+236=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #9477EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9477EC is #6B8813. Grayscale: #8C8C8C. Windows color (decimal): -7047188 or 15497108. OLE color: 15497108.

HSL color Cylindrical-coordinate representation of color #9477EC: hue angle of 254.87º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9477EC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 119 236 -
CMYK 0.37 0.50 0 0.07
HSL 254.87º 0.75% 0.7% -
HSV(B) 254.87º 0.5% 0.93% -
XYZ 33.95 25.55 82.5 -
YUV 141.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 148 119 236 0.37 0.50 0 0.07 254.87 0.75 0.7
Hex 94 77 EC 25 32 0 7 FF 4B 46
Octal 224 167 354 45 62 0 7 377 113 106
Binary 10010100 1110111 11101100 100101 110010 0 111 11111111 1001011 1000110

Color Harmonies of #9477EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477EC

Black with #9477EC

Text Example


Text Example

White with #9477EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9477EC; }

 p { color: rgb(148,119,236); }

 H1.HeaderClassName
 {
   color: #9477EC;
 }
 .AnyTagClassName
 {
   color: #9477EC;
 }
</style>

background-color css

<style>
 a { background-color: #9477EC; }

 a { background-color: rgb(148,119,236); }

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

border-color css

<style>
 span { border-color: #9477EC; }

 span { border-color: rgb(148,119,236); }

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