Html Css Color HEX #9477EF Medium Purple

📋 copy color: '#9477EF'

red 148 ◦ green 119 ◦ blue 239

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

Shades of Medium Purple #9477EF

Tints of Medium Purple #9477EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 29.25%
G = 23.52%
B = 47.23%

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

#9477EF (or 0x9477EF) is known color: Medium Purple. HEX triplet: 94, 77 and EF. RGB value is (148,119,239). Sum of RGB (Red+Green+Blue) = 148+119+239=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #9477EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9477EF is #6B8810. Grayscale: #8C8C8C. Windows color (decimal): -7047185 or 15693716. OLE color: 15693716.

HSL color Cylindrical-coordinate representation of color #9477EF: hue angle of 254.5º degrees, saturation: 0.79, 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 #9477EF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 119 239 -
CMYK 0.38 0.50 0 0.06
HSL 254.5º 0.79% 0.7% -
HSV(B) 254.5º 0.5% 0.94% -
XYZ 34.39 25.72 84.81 -
YUV 141.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 148 119 239 0.38 0.50 0 0.06 254.5 0.79 0.7
Hex 94 77 EF 26 32 0 6 FE 4F 46
Octal 224 167 357 46 62 0 6 376 117 106
Binary 10010100 1110111 11101111 100110 110010 0 110 11111110 1001111 1000110

Color Harmonies of #9477EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9477EF

Black with #9477EF

Text Example


Text Example

White with #9477EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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