Html Css Color HEX #9477F0 Medium Purple

📋 copy color: '#9477F0'

red 148 ◦ green 119 ◦ blue 240

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

Shades of Medium Purple #9477F0

Tints of Medium Purple #9477F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 29.19%
G = 23.47%
B = 47.34%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9477F0 (or 0x9477F0) is known color: Medium Purple. HEX triplet: 94, 77 and F0. RGB value is (148,119,240). Sum of RGB (Red+Green+Blue) = 148+119+240=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #9477F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9477F0 is #6B880F. Grayscale: #8D8D8D. Windows color (decimal): -7047184 or 15759252. OLE color: 15759252.

HSL color Cylindrical-coordinate representation of color #9477F0: hue angle of 254.38º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9477F0 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 119 240 -
CMYK 0.38 0.50 0 0.06
HSL 254.38º 0.8% 0.7% -
HSV(B) 254.38º 0.5% 0.94% -
XYZ 34.54 25.78 85.59 -
YUV 141.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 148 119 240 0.38 0.50 0 0.06 254.38 0.8 0.7
Hex 94 77 F0 26 32 0 6 FE 50 46
Octal 224 167 360 46 62 0 6 376 120 106
Binary 10010100 1110111 11110000 100110 110010 0 110 11111110 1010000 1000110

Color Harmonies of #9477F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477F0

Black with #9477F0

Text Example


Text Example

White with #9477F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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